WinINETProxyInfosHostsThatBypass Property |
Semi-colon delimited list of hostnames that should bypass the fixed proxy
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string sHostsThatBypass { get; set; }
Public Property sHostsThatBypass As String
Get
Set
public:
property String^ sHostsThatBypass {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also