IsBypassed()

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

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

bool System::Net::WebProxy::IsBypassed(System::SharedPtr<Uri> host)

Arguments

ParameterTypeDescription
hostSystem::SharedPtr<Uri>The URI to check.

Return Value

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

See Also