C-DEngine 5.105

WebSocketContext..::..Host Property

Gets the value of the Host header included in the request.

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

Syntax


public string Host { get; }
Public ReadOnly Property Host As String
	Get
public:
property String^ Host {
	String^ get ();
}

Field Value

A String that represents the value of the Host header.