Enum SystemProxyBypassRuleMode
Controls how configured bypass rules are combined with the current Windows system proxy bypass list.
Namespace: Titanium.Web.Proxy
Assembly: Titanium.Web.Proxy.dll
Syntax
public enum SystemProxyBypassRuleMode
Fields
| Name | Description |
|---|---|
| Merge | Preserve the current bypass rules and add the configured rules. |
| Replace | Replace the current bypass rules with the configured rules. |