HttpRequestEventArgs Class
Represents the event data for the HTTP request event that the HttpServer emits.
Namespace:
WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Remarks
An HTTP request event occurs when the HttpServer receives an HTTP request.
If you would like to get the request data sent from a client, you should access the Request property.
And if you would like to get the response data used to return a response, you should access the Response property.