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