Skip to content

Commit

Permalink
Removing deprectated class and event from .NET HttpCommandExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jun 30, 2018
1 parent 02f793d commit 68b0ff1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
39 changes: 0 additions & 39 deletions dotnet/src/webdriver/Remote/BeforeRemoteHttpRequestEventArgs.cs

This file was deleted.

3 changes: 0 additions & 3 deletions dotnet/src/webdriver/Remote/HttpCommandExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ public HttpCommandExecutor(Uri addressOfRemoteServer, TimeSpan timeout, bool ena

}

[Obsolete("Replaced by the SendingRemoteHttpRequest event. This event is a no-op, and event handlers for it will no longer be called.")]
public event EventHandler<BeforeRemoteHttpRequestEventArgs> BeforeRemoteHttpRequest;

public event EventHandler<SendingRemoteHttpRequestEventArgs> SendingRemoteHttpRequest;

/// <summary>
Expand Down

0 comments on commit 68b0ff1

Please sign in to comment.