System::Net::IPEndPoint::set_Address 方法

IPEndPoint::set_Address method

设置端点地址。

void System::Net::IPEndPoint::set_Address(System::SharedPtr<IPAddress> value)
参数类型描述
System::SharedPtr<IPAddress>必须设置的端点地址。

另见