Fiddler-internal flags set on the Session.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntaxpublic readonly StringDictionary oFlags
Public ReadOnly oFlags As StringDictionary
public:
initonly StringDictionary^ oFlags
Field Value
Type:
StringDictionary
RemarksTODO: 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