Proxy.IsBypassed Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
IsBypassed(Uri)
Indicates whether to use the proxy server for the specified host.
Declaration
public bool IsBypassed(Uri host)
Parameters
Returns
Type | Description |
---|---|
Boolean | true if the proxy server should not be used for host; otherwise, false. |
Implements
IsBypassed(String, Int32)
Indicates whether to use the proxy server for the specified host.
Declaration
public virtual bool IsBypassed(string hostName, int port)
Parameters
Returns
Type | Description |
---|---|
Boolean | true if the proxy server should not be used for host; otherwise, false. |