IsBypassed()

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

Returns a value that indicates if the proxy must not be used for the specified host.

virtual bool System::Net::IWebProxy::IsBypassed(System::SharedPtr<Uri> host)=0

Arguments

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

Return Value

True when the proxy server must not be used, otherwise false.

See Also