The fields of System.Net.IPEndPoint are listed below. For a list of all members, see the IPEndPoint Members list.
See Also: Inherited members from System.Net.EndPoint
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. |