Gets or sets the port number of the endpoint.
A int value that is between IPEndPoint.MinPort and IPEndPoint.MaxPort inclusive.
TypeReasonArgumentOutOfRangeExceptionThe value specified for a set operation was less than IPEndPoint.MinPort or greater than IPEndPoint.MaxPort.