CONFIGsHostsThatBypassFiddler Property |
On attach, will configure WinINET to bypass Fiddler for these hosts.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string sHostsThatBypassFiddler { get; set; }
Public Shared Property sHostsThatBypassFiddler As String
Get
Set
public:
static property String^ sHostsThatBypassFiddler {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also