set_Address()

WebProxy::set_Address(System::SharedPtr<Uri>) method

Sets the address of the current proxy server.

void System::Net::WebProxy::set_Address(System::SharedPtr<Uri> value)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<Uri>The address to set.

See Also