C-DEngine 5.105

HttpListenerRequest..::..UserHostAddress Property

Gets the server endpoint as an IP address and a port number.

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

Syntax


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

Field Value

A String that represents the server endpoint.