- host
- The Uri of the host to check for proxy use.
true if the proxy server should not be used for host; otherwise, false.
The IWebProxy.IsBypassed(Uri) method indicates whether to use the proxy server to access the host that is specified in the host parameter. If IWebProxy.IsBypassed(Uri) is true, the proxy is not used to contact the host and the request is passed directly to the server.