Share via


IPAddress Constructor (Byte[])

Initializes a new instance of the IPAddress class, using a specified Internet Protocol (IP) address in a byte array.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public IPAddress (
         Byte[] newAddress
)

Parameters

  • newAddress
    Holds an IP address.

Remarks

The value of the newAddress parameter is assumed to be in network byte order.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

IPAddress Class
IPAddress Members
System.Net Namespace