SessionbypassGateway Property |
Set to true in OnBeforeRequest if this request should bypass the gateway
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool bypassGateway { get; set; }
Public Property bypassGateway As Boolean
Get
Set
public:
property bool bypassGateway {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also