C-DEngine 5.105

HttpRequestEventArgs Class

Represents the event data for the HTTP request event that the HttpServer emits.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public class HttpRequestEventArgs : EventArgs
Public Class HttpRequestEventArgs _
	Inherits EventArgs
public ref class HttpRequestEventArgs : public EventArgs

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.

Inheritance Hierarchy


Object
  EventArgs
    WebSocketSharp.Server..::..HttpRequestEventArgs