C-DEngine 5.105

HttpServer..::..OnPatch Event

Occurs when the server receives an HTTP PATCH request.

Namespace:  WebSocketSharp.Server
Assembly:  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);
}