WinINETProxyInfobBypassIntranetHosts Property |
True if the proxy should be bypassed for dotless hostnames.
NOTE: Simply looks at the bypassList string to see if it contains a LOCAL rule.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool bBypassIntranetHosts { get; }
Public ReadOnly Property bBypassIntranetHosts As Boolean
Get
public:
property bool bBypassIntranetHosts {
bool get ();
}
Property Value
Type:
BooleanSee Also