Overload List
Name | Description | |
---|---|---|
IpEndPoint |
Initialises a new instance of the IpEndPoint class,.
| |
IpEndPoint(Int32) |
Initialises a new instance of the IpEndPoint class, with the localhost IP address (127.0.0.1) and the specified port.
| |
IpEndPoint(String) |
Initialises a new instance of the IpEndPoint class, with the specified host.
| |
IpEndPoint(IpEndPoint) |
Initialises a new instance of the IpEndPoint class, which is a copy of the specified IpEndPoint object.
| |
IpEndPoint(IntPtr, Boolean) |
For internal use only. Of no interest to the user.
| |
IpEndPoint(String, Int32) |
Initialises a new instance of the IpEndPoint class, with the specified host and port.
| |
IpEndPoint(String, Int32, IpEndPoint AddressType) |
Initialises a new instance of the IpEndPoint class, with the specified host, port and addressType.
|
See Also