SessionItem Property (String) |
Simple indexer into the Session's oFlags object; returns null if flag is not present.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string this[
string sFlag
] { get; set; }
Public Default Property Item (
sFlag As String
) As String
Get
Set
public:
property String^ default[String^ sFlag] {
String^ get (String^ sFlag);
void set (String^ sFlag, String^ value);
}
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