System::Net::IPHostEntry::set_AddressList 方法

IPHostEntry::set_AddressList method

设置主机的 IP 地址集合。

void System::Net::IPHostEntry::set_AddressList(System::ArrayPtr<System::SharedPtr<IPAddress>> value)
参数类型描述
System::ArrayPtr<System::SharedPtr<IPAddress>>必须设置的 IP 地址集合。

另见