WinINETProxyInfobAutoDetect Property |
Bool indicating whether this connection is set to autodetect the proxy
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool bAutoDetect { get; set; }
Public Property bAutoDetect As Boolean
Get
Set
public:
property bool bAutoDetect {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also