set_Address()

IPEndPoint::set_Address(System::SharedPtr<IPAddress>) method

Sets the endpoint address.

void System::Net::IPEndPoint::set_Address(System::SharedPtr<IPAddress> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IPAddress>The endpoint address that must be set.

See Also