C# Class ConoHaNet.Objects.IPAddressDetailsConverter.AddressDetails

Inheritance: ExtensibleJsonObject
Show file Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description
AddressDetails System

Public Methods

Method Description
AddressDetails ( IPAddress address ) : System

Initializes a new instance of the AddressDetails class using the given IP address.

Private Methods

Method Description
AddressDetails ( ) : System

Method Details

AddressDetails() public method

Initializes a new instance of the AddressDetails class using the given IP address.
If is .
public AddressDetails ( IPAddress address ) : System
address System.Net.IPAddress The IP address.
return System