Click or drag to resize
Session Fields

The Session type exposes the following members.

Fields
  NameDescription
Public field__oTunnel
Used if the Session is bound to a WebSocket or CONNECTTunnel
Public fieldbBufferResponse
Should response be buffered for tampering.
Public fieldm_clientIP
IP Address of the client for this session.
Public fieldm_clientPort
Client port attached to Fiddler.
Public fieldm_hostIP
IP Address of the server for this session.
Public fieldoFlags
Fiddler-internal flags set on the Session.
Public fieldoRequest
Object representing the HTTP Request.
Public fieldoResponse
Object representing the HTTP Response.
Public fieldrequestBodyBytes
Contains the bytes of the request body.
Public fieldresponseBodyBytes
Contains the bytes of the response body.
Public fieldTimers
Timers stored as this Session progresses
Public fieldViewItem
Top
See Also