IPAddress Constructor (Byte[], Int64)
.NET Framework 4
Namespace:
System.Net
Assembly: System (in System.dll)
Parameters
- address
- Type: System.Byte[]
The byte array value of the IP address.
- scopeid
- Type: System.Int64
The long value of the scope identifier.
| Exception | Condition |
|---|---|
| ArgumentNullException |
address is null. |
| ArgumentException |
address contains a bad IP address. |
| ArgumentOutOfRangeException |
scopeid < 0 or scopeid > 0x00000000FFFFFFFF |
This constructor instantiates an IPv6 address. The scopeid identifies a network interface in the case of a link-local address. The scope is valid only for link-local and site-local addresses.
The Byte array is assumed to be in network byte order with the most significant byte first in index position 0.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.