Rebex SFTP for .NET

Proxy.IsBypassed Method (Uri)

Indicates whether to use the proxy server for the specified host.

public bool IsBypassed(
   Uri host
);

Parameters

host
The Uri of the host to check for proxy use.

Return Value

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

Implements

IWebProxy.IsBypassed

See Also

Proxy Class | Rebex.Net Namespace | Proxy.IsBypassed Overload List