Session.isTunnel Property |
Returns True if this is a HTTP CONNECT tunnel.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic bool isTunnel { get; }
Public ReadOnly Property isTunnel As Boolean
Get
public:
property bool isTunnel {
bool get ();
}
Property Value
Type:
Boolean
See Also