WinINETProxyInfobAllowDirect Property |
TRUE if a direct HTTP connection may be made if AutoProxy/PAC is unreachable or corrupt
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool bAllowDirect { get; set; }
Public Property bAllowDirect As Boolean
Get
Set
public:
property bool bAllowDirect {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also