NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IPEndPoint.Port

Gets or sets the port.

[Visual Basic]
Public Port As Short
[C#]
public short Port;
[C++]
public: short Port;
[JScript]
public var Port : Int16;

See Also

IPEndPoint Class | IPEndPoint Members | System.Net Namespace