System::Net::IPHostEntry::get_AddressList method

IPHostEntry::get_AddressList method

Gets the collection of IP addresses of the host.

System::ArrayPtr<System::SharedPtr<IPAddress>> System::Net::IPHostEntry::get_AddressList()

ReturnValue

The collection of IP addresses of the host.

See Also