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