System::Net::WebProxy::GetProxy method

WebProxy::GetProxy method

Returns the proxied URI for a web request.

System::SharedPtr<Uri> System::Net::WebProxy::GetProxy(System::SharedPtr<Uri> destination)
ParameterTypeDescription
destinationSystem::SharedPtr<Uri>The resource’s URI.

ReturnValue

The proxied URI.

See Also