C-DEngine 5.105

WebSocketServer..::..Port Property

Gets the port on which to listen for incoming connection requests.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int Port { get; }
Public ReadOnly Property Port As Integer
	Get
public:
property int^ Port {
	int^ get ();
}

Field Value

An Int32 that represents the port number on which to listen.