C-DEngine 5.105

HttpListenerRequest..::..LocalEndPoint 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 IPEndPoint LocalEndPoint { get; }
Public ReadOnly Property LocalEndPoint As IPEndPoint
	Get
public:
property IPEndPoint^ LocalEndPoint {
	IPEndPoint^ get ();
}

Field Value

A [System.Net.IPEndPoint] that represents the server endpoint.