System::Net::WebProxy::set_Address method

WebProxy::set_Address method

Sets the address of the current proxy server.

void System::Net::WebProxy::set_Address(System::SharedPtr<Uri> value)
ParameterTypeDescription
valueSystem::SharedPtr<Uri>The address to set.

See Also