Click or drag to resize
SessionItem Property (String)
Simple indexer into the Session's oFlags object; returns null if flag is not present.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string this[
	string sFlag
] { get; set; }

Parameters

sFlag
Type: SystemString

Return Value

Type: String
Returns the string value if the specified flag is present, or null if it is not.
See Also