System::Net::IWebProxy::GetProxy method

IWebProxy::GetProxy method

Returns the proxy URI.

virtual System::SharedPtr<Uri> System::Net::IWebProxy::GetProxy(System::SharedPtr<Uri> destination)=0
ParameterTypeDescription
destinationSystem::SharedPtr<Uri>The resource URI.

ReturnValue

The proxy URI.

See Also