Click or drag to resize

HttpListenerWebSocketContextServerEndPoint Property

Gets the endpoint to which the handshake request is sent.

Namespace:  Sfs2X.WebSocketSharp.Net.WebSockets
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override IPEndPoint ServerEndPoint { get; }

Property Value

Type: IPEndPoint
A IPEndPoint that represents the server IP address and port number.
See Also