C-DEngine 5.105

TheServiceHostInfo..::..MyStationPort Property

The inbound port of the current instance for HTTP connections. If set to zero, this node will not accept incoming connections

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

Syntax


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