C-DEngine 5.105

WebSocketContext..::..ServerEndPoint Property

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

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

Syntax


public IPEndPoint ServerEndPoint { get; }
Public ReadOnly Property ServerEndPoint As IPEndPoint
	Get
public:
property IPEndPoint^ ServerEndPoint {
	IPEndPoint^ get ();
}

Field Value

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