System::Net::IPEndPoint::set_Address method

IPEndPoint::set_Address method

Sets the endpoint address.

void System::Net::IPEndPoint::set_Address(System::SharedPtr<IPAddress> value)
ParameterTypeDescription
valueSystem::SharedPtr<IPAddress>The endpoint address that must be set.

See Also