System::Net::IWebProxy::IsBypassed method

IWebProxy::IsBypassed 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
ParameterTypeDescription
hostSystem::SharedPtr<Uri>The host URI to check.

ReturnValue

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

See Also