Overload List

  NameDescription
IpAddress()()()
Constructs a default object with a length of zero. See the super class constructor for more details.
IpAddress(IpAddress)
Copy constructor. Constructs a duplicate object based on the passed application string object.
IpAddress(OctetString)
Copy constructor.
IpAddress(array<Byte>[]()[])
Constructs an Application String with the passed data. The data is managed by the base class.
IpAddress(IPAddress)
Constructor
IpAddress(String)
Constructs the class and initializes the value to the supplied IP address. See comments in Set(String) method for details.
IpAddress(UInt32)
Constructor

See Also