Constructs and initializes a new instance of the System.Net.IPEndPoint class with the specified address and port number.
- iaddr
- Documentation for this section has not yet been entered.
- port
- A int containing the port number to use when accessing address . Specify zero to indicate any available port.
Type Reason ArgumentOutOfRangeException port is less than IPEndPoint.MinPort or greater than IPEndPoint.MaxPort.
A negative number was specified for address.
Documentation for this section has not yet been entered.
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0