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 Constructor

Creates a new instance of the IPEndPoint class.

Overload List

Creates a new instance of the IPEndPoint class with the specified address and port.

[Visual Basic] Overloads Public Sub New(Integer, Integer)
[C#] public IPEndPoint(int, int);
[C++] public: IPEndPoint(int, int);
[JScript] public function IPEndPoint(int, int);

Creates a new instance of the IPEndPoint class with the specified address and port.

[Visual Basic] Overloads Public Sub New(IPAddress, Integer)
[C#] public IPEndPoint(IPAddress, int);
[C++] public: IPEndPoint(IPAddress*, int);
[JScript] public function IPEndPoint(IPAddress, int);

See Also

IPEndPoint Class | IPEndPoint Members | System.Net Namespace