SessionTunnelIsOpen Property |
If this session is a Tunnel, and the tunnel's IsOpen property is TRUE, returns TRUE. Otherwise returns FALSE.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool TunnelIsOpen { get; }
Public ReadOnly Property TunnelIsOpen As Boolean
Get
public:
property bool TunnelIsOpen {
bool get ();
}
Property Value
Type:
BooleanSee Also