Click or drag to resize

WebSocketServerAddress Property

Gets the IP address of the server.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IPAddress Address { get; }

Property Value

Type: IPAddress
A IPAddress that represents the local IP address on which to listen for incoming handshake requests.
See Also