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

System.Net.IPAddress Constructor

Constructs and initializes a new instance of the System.Net.IPAddress class.

public IPAddress (long addr)

Parameters

addr
A long containing the IP address in host-byte-order.

Exceptions

TypeReason
ArgumentOutOfRangeExceptionnewAddress is less than 0 or greater than 0x00000000FFFFFFFF.

Remarks

Documentation for this section has not yet been entered.

Requirements

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