Share via


IPAddress Constructor (Int64)

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

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

Syntax

public IPAddress (
         longnewAddress
)

Parameters

  • newAddress
    The value of a specific IP address. For example, the value 0x2414188f in big-endian format would be the IP address "143.24.20.36".

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