Click or drag to resize
SessionItem Property (String, String)
Indexer property into SESSION flags, REQUEST headers, and RESPONSE headers. e.g. oSession["Request", "Host"] returns string value for the Request host header. If null, returns String.Empty

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

Parameters

sCollection
Type: SystemString
SESSION, REQUEST or RESPONSE
sName
Type: SystemString
The name of the flag or header

Return Value

Type: String
String value or String.Empty
See Also