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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public SessionData(
Session oS
)
Public Sub New (
oS As Session
)
public:
SessionData(
Session^ oS
)
Parameters
- oS
- Type: FiddlerSession
See Also