HttpServer..::..OnPatch Event
Occurs when the server receives an HTTP PATCH request.
Namespace:
WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public event EventHandler<HttpRequestEventArgs> OnPatch
Public Event OnPatch As EventHandler(Of HttpRequestEventArgs)
public: event EventHandler<HttpRequestEventArgs^>^ OnPatch { void add (EventHandler<HttpRequestEventArgs^>^ value); void remove (EventHandler<HttpRequestEventArgs^>^ value); }