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

System.Net.IPAddress Constructor

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

public IPAddress (long addr)

Parameters

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

Exceptions

TypeReason
ArgumentOutOfRangeExceptionnewAddress is less than 0 or greater than 0x00000000FFFFFFFF. [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