Click or drag to resize
SessionStateHandler Delegate
An event handling delegate which is called as a part of the HTTP pipeline at various stages.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public delegate void SessionStateHandler(
	Session oSession
)

Parameters

oSession
Type: FiddlerSession
The Web Session in the pipeline.
See Also