C-DEngine 5.105

TheServiceHostInfo..::..MyStationWSPort Property

In inbound port for WebSockets connections. If set to zero, this node will not accept inbound WebSockets connections

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

Syntax


public ushort MyStationWSPort { get; set; }
Public Property MyStationWSPort As UShort
	Get
	Set
public:
property unsigned short^ MyStationWSPort {
	unsigned short^ get ();
	void set (unsigned short^ value);
}