EnumSessionFlags
This enumeration provides the values for the Session object's BitFlags field
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
[Flags]
public enum SessionFlags
Fields
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.
IsGRPCTunnel
This is a CONNECT tunnel for gRPC traffic
IsHTTP2OverCONNECTTunnel
This is a CONNECT tunnel for HTTP/2 traffic
IsHTTPS
The request originally arrived with a URL specifying the HTTPS protocol.
IsModifiedByRule
If the session was modified by a auto responser rule
IsRPCTunnel
The request was to create a RPC tunnel (e.g. on an RPC_OUT_DATA request)
IsSignalR
This is a CONNECT tunnel for WebSocket traffic which is decoded for SignalR
IsSocketIO
This is a CONNECT tunnel for WebSocket traffic which is decoded for SocketIO
IsWebSocketTunnel
This is a CONNECT tunnel for WebSocket traffic
LoadedFromSAZ
This session was loaded from a .SAZ File
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