HttpProxy.IsBypassed

HttpProxy.IsBypassed method

Indicates that the proxy should not be used for the specified host.

public virtual bool IsBypassed(Uri host)
ParameterTypeDescription
hostUriThe System.Uri of the host to check for proxy use.

Return Value

true if the proxy server should not be used for host; otherwise, false.

See Also