C-DEngine 5.105

HttpListenerContext..::..Request Property

Gets the HTTP request information from a client.

Namespace:  WebSocketSharp.Net
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 HTTP request.