Session Fields |
The Session type exposes the following members.
Name | Description | |
---|---|---|
![]() | __oTunnel |
Used if the Session is bound to a WebSocket or CONNECTTunnel
|
![]() | bBufferResponse |
Should response be buffered for tampering.
|
![]() | m_clientIP |
IP Address of the client for this session.
|
![]() | m_clientPort |
Client port attached to Fiddler.
|
![]() | m_hostIP |
IP Address of the server for this session.
|
![]() | oFlags |
Fiddler-internal flags set on the Session.
|
![]() | oRequest |
Object representing the HTTP Request.
|
![]() | oResponse |
Object representing the HTTP Response.
|
![]() | requestBodyBytes |
Contains the bytes of the request body.
|
![]() | responseBodyBytes |
Contains the bytes of the response body.
|
![]() | Timers |
Timers stored as this Session progresses
|
![]() | ViewItem |