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