C-DEngine 5.105

HttpRequestEventArgs..::..Response Property

Gets the HTTP response data used to return a response to the client.

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

Syntax


public HttpListenerResponse Response { get; }
Public ReadOnly Property Response As HttpListenerResponse
	Get
public:
property HttpListenerResponse^ Response {
	HttpListenerResponse^ get ();
}

Field Value

A HttpListenerResponse that represents the response data.