Proxy.BypassProxyOnLocal Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
BypassProxyOnLocal
Gets or sets a value indicating whether to bypass the proxy server for local addresses.
Declaration
public bool BypassProxyOnLocal { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to bypass the proxy server for local addresses; otherwise, false. The default value is false. |