C-DEngine 5.105

HttpListenerContext..::..Response Property

Gets the HTTP response information used to send to the client.

Namespace:  WebSocketSharp.Net
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 HTTP response to send.