GetProxy()

IWebProxy::GetProxy(System::SharedPtr<Uri>) method

Returns the proxy URI.

virtual System::SharedPtr<Uri> System::Net::IWebProxy::GetProxy(System::SharedPtr<Uri> destination)=0

Arguments

ParameterTypeDescription
destinationSystem::SharedPtr<Uri>The resource URI.

Return Value

The proxy URI.

See Also