Click or drag to resize

WebSocketServerPort Property

Gets the port of the server.

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

Property Value

Type: Int32
An Int32 that represents the number of the port on which to listen for incoming handshake requests.
See Also