Creates a new instance of the IPEndPoint class.
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);
IPEndPoint Class | IPEndPoint Members | System.Net Namespace