C-DEngine 5.105

HttpListenerRequest..::..UserHostName Property

Gets the internet host name and port number (if present) specified by the client.

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

Syntax


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

Field Value

A String that represents the value of the Host request-header.