Click or drag to resize
SessionData Constructor (Session)
Create a SessionData object. Note: Method must run as cheaply as possible, since it runs on all Drag/Dropped sessions within Fiddler itself.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public SessionData(
	Session oS
)

Parameters

oS
Type: FiddlerSession
See Also