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.MaxPort

Specifies the maximum acceptable value for the Port property.

[Visual Basic]
Public Const MaxPort As Integer
[C#]
public const int MaxPort;
[C++]
public: const int MaxPort;
[JScript]
public var MaxPort : int;

See Also

IPEndPoint Class | IPEndPoint Members | System.Net Namespace