State of session. Note Side-Effects: If setting to .Aborted, calls FinishUISession. If setting to/from a Tamper state, calls RefreshMyInspectors
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public SessionStates state { get; set; }
Public Property state As SessionStates
Get
Set
public:
property SessionStates state {
SessionStates get ();
void set (SessionStates value);
}
Property Value
Type:
SessionStatesSee Also