C-DEngine 5.105

TheISBConnect..::..WSP Property

WebSockets port. Zero if no websockets supported

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int WSP { get; set; }
Public Property WSP As Integer
	Get
	Set
public:
property int^ WSP {
	int^ get ();
	void set (int^ value);
}