Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IPAddress Constructor

 

Initializes a new instance of the IPAddress class.

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

NameDescription
System_CAPS_pubmethodIPAddress(array<Byte>^)

Initializes a new instance of the IPAddress class with the address specified as a Byte array.

System_CAPS_pubmethodIPAddress(array<Byte>^, Int64)

Initializes a new instance of the IPAddress class with the address specified as a Byte array and the specified scope identifier.

System_CAPS_pubmethodIPAddress(Int64)

Initializes a new instance of the IPAddress class with the address specified as an Int64.

Return to top
Show:
© 2017 Microsoft