C-DEngine 5.105

HttpRequestEventArgs..::..Request Property

Gets the HTTP request data sent from a client.

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

Syntax


public HttpListenerRequest Request { get; }
Public ReadOnly Property Request As HttpListenerRequest
	Get
public:
property HttpListenerRequest^ Request {
	HttpListenerRequest^ get ();
}

Field Value

A HttpListenerRequest that represents the request data.