Represents information about an internet host address. Objects of this class should only be allocated...
Definition: ip_host_entry.h:18
System::ArrayPtr< System::SharedPtr< IPAddress > > get_AddressList()
Gets the collection of IP addresses of the host.
String ToString() const override
Analog of C# Object.ToString() method. Enables converting custom objects to string.
void set_HostName(String value)
Sets the host name.
System::ArrayPtr< String > get_Aliases()
Gets the collection of aliases of the host.
void set_Aliases(System::ArrayPtr< String > value)
Sets a collection of aliases of the host.
void set_AddressList(System::ArrayPtr< System::SharedPtr< IPAddress > > value)
Sets a collection of IP addresses of the host.
String get_HostName() const
Gets the host name.
IPHostEntry()
Constructs a new instance.