Click or drag to resize
SessionoFlags Field
Fiddler-internal flags set on the Session.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public readonly StringDictionary oFlags

Field Value

Type: StringDictionary
Remarks
TODO: ARCH: This shouldn't be exposed directly; it should be wrapped by a ReaderWriterLockSlim to prevent exceptions while enumerating the flags for storage, etc
See Also