[Modify] Remove it
This commit is contained in:
@@ -765,11 +765,6 @@ namespace WebSocketSharp.Server
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public event EventHandler<HttpRequestEventArgs> OnOptions;
|
public event EventHandler<HttpRequestEventArgs> OnOptions;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Occurs when the server receives an HTTP PATCH request.
|
|
||||||
/// </summary>
|
|
||||||
public event EventHandler<HttpRequestEventArgs> OnPatch;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Occurs when the server receives an HTTP POST request.
|
/// Occurs when the server receives an HTTP POST request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -910,8 +905,6 @@ namespace WebSocketSharp.Server
|
|||||||
? OnTrace
|
? OnTrace
|
||||||
: method == "CONNECT"
|
: method == "CONNECT"
|
||||||
? OnConnect
|
? OnConnect
|
||||||
: method == "PATCH"
|
|
||||||
? OnPatch
|
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
if (evt != null)
|
if (evt != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user