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 (Int32, Int32)

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

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

Parameters

new_address
The IP address.
new_port
[To be supplied.]

See Also

IPEndPoint Class | IPEndPoint Members | System.Net Namespace | IPEndPoint Constructor Overload List