Click or drag to resize

WebSocketContextUserEndPoint Property

Gets the endpoint from 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 abstract IPEndPoint UserEndPoint { get; }

Property Value

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