The members of System.Net.IPEndPoint are listed below.
See Also: Inherited members from System.Net.EndPoint
Initializes a new instance of the System.Net.IPEndPoint class with the specified address and port number. | ||
Initializes a new instance of the System.Net.IPEndPoint class with the specified address and port number. |
const | MaxPort | int (65535).
Specifies the maximum value that can be assigned to the IPEndPoint.Port property. The MaxPort value is set to 0x0000FFFF. This field is read-only. |
const | MinPort | int (0).
Specifies the minimum value that can be assigned to the IPEndPoint.Port property. This field is read-only. |
Address | IPAddress.
Gets or sets the IP address of the endpoint. | |
[read-only] override | AddressFamily | System.Net.Sockets.AddressFamily.
Gets the Internet Protocol (IP) address family. |
Port | int.
Gets or sets the port number of the endpoint. |
override | Create(SocketAddress)
| |
override | Equals(object)
| |
override | GetHashCode()
| |
override | Serialize()
| |
override | ToString()
|