Creates a new instance of the IPEndPoint class with the specified address and port.
[Visual Basic] Overloads Public Sub New( _ ByVal new_address As IPAddress, _ ByVal new_port As Integer _ ) [C#] public IPEndPoint( IPAddress new_address, int new_port ); [C++] public: IPEndPoint( IPAddress* new_address, int new_port ); [JScript] public function IPEndPoint( new_address : IPAddress, new_port : int );
IPEndPoint Class | IPEndPoint Members | System.Net Namespace | IPEndPoint Constructor Overload List