Mono Class Library: System.Net.IPEndPoint Overview | Members

System.Net.IPEndPoint.Port Property

Gets or sets the port number of the endpoint. [Edit]

public int Port { set; get; }

Value

A int value that is between IPEndPoint.MinPort and IPEndPoint.MaxPort inclusive. [Edit]

Exceptions

TypeReason
ArgumentOutOfRangeExceptionThe value specified for a set operation was less than IPEndPoint.MinPort or greater than IPEndPoint.MaxPort. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0