Class SessionConnectedState
Whether current session is still in progress
Inheritance
System.Object
SessionConnectedState
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class SessionConnectedState : Enum
Fields
Closed
Session completed or aborted
Declaration
public const SessionConnectedState Closed
Field Value
Opened
Session still in progress
Declaration
public const SessionConnectedState Opened
Field Value
Paused
Session is paused on a breakpoint
Declaration
public const SessionConnectedState Paused
Field Value
value__
Declaration
public int value__
Field Value
System.
|