Click or drag to resize

HttpListenerRequestRemoteEndPoint Property

Gets the endpoint from which the request is sent.

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

Property Value

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