System::Net::WebProxy::IsBypassed method

WebProxy::IsBypassed method

Checks if the proxy server is not used for the specified URI.

bool System::Net::WebProxy::IsBypassed(System::SharedPtr<Uri> host)
ParameterTypeDescription
hostSystem::SharedPtr<Uri>The URI to check.

ReturnValue

True when the proxy server is not used for the specified URI, otherwise false.

See Also