Enum SessionFlags
This enumeration provides the values for the Session object's BitFlags field
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public enum SessionFlags
ClientPipeReused
The client pipe was reused
Ignored
Ignore this traffic; do not buffer, store, or call event handlers
ImportedFromOtherTool
This session was loaded from some other tool
IsBlindTunnel
This is a "blind" CONNECT tunnel for HTTPS traffic
IsDecryptingTunnel
This is a CONNECT tunnel which decrypts HTTPS traffic as it flows through
IsFTP
The request originally arrived with a URL specifying the FTP protocol.
IsHTTPS
The request originally arrived with a URL specifying the HTTPS protocol.
IsRPCTunnel
The request was to create a RPC tunnel (e.g. on an RPC_OUT_DATA request)
IsWebSocketTunnel
This is a CONNECT tunnel for WebSocket traffic
LoadedFromSAZ
This session was loaded from a .SAZ File
None
No flags are set
ProtocolViolationInRequest
There was a HTTP Protocol violation in the client's request
ProtocolViolationInResponse
There was a HTTP Protocol violation in the server's response
RequestBodyDropped
Request body was dropped, e.g due to log-drop-request-body flag
RequestGeneratedByFiddler
The request was generated by Fiddler itself (e.g. the Composer tab)
RequestStreamed
The request was transmitted to the server when its headers were complete
ResponseBodyDropped
Response body was dropped, e.g due to fiddler.network.streaming.ForgetStreamedData or log-drop-response-body flag
ResponseGeneratedByFiddler
The response was generated by Fiddler itself (e.g. AutoResponder or utilCreateResponseAndBypassServer)
ResponseStreamed
The response was streamed
SentToGateway
This request was sent to an upstream (CERN) gateway proxy
SentToSOCKSGateway
This request was sent using the SOCKS protocol
ServedFromCache
This response was served from a client cache, bypassing Fiddler. Fiddler only "sees" this session because other software reported it to Fiddler
ServerPipeReused
The server pipe was reused