Rebex SFTP for .NET

Proxy.IsBypassed Method (String, Int32)

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

public bool IsBypassed(
   string hostName,
   int port
);

Parameters

hostName
The host address to check for proxy use.
port
The port port.

Return Value

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

See Also

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