Click or drag to resize
Session Constructor (Session)
Copy Constructor.

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

Parameters

toDeepCopy
Type: FiddlerSession
Session to clone into a new Session instance
See Also