Class DebugContext
public static class DebugContext
- Inheritance
-
DebugContext
- Inherited Members
Properties
EnableDumpStackTraceOn502
Get the value whether 502 error should dump the stack trace. Can be modified by setting environment variable
public static bool EnableDumpStackTraceOn502 { get; }
Property Value
EnableNetworkFileDump
Get the value whether network file dump is active. Can be modified by setting environment variable "Fluxzy_EnableNetworkFileDump"
public static bool EnableNetworkFileDump { get; }
Property Value
EnableWindowSizeTrace
Enable trace on H2 window updates
public static bool EnableWindowSizeTrace { get; }
Property Value
InsertFluxzyMetricsOnResponseHeader
public static bool InsertFluxzyMetricsOnResponseHeader { get; }
Property Value
IsH2TracingEnabled
public static bool IsH2TracingEnabled { get; }
Property Value
NetworkFileDumpDirectory
When EnableNetworkFileDump is enable. Get the dump directory. Default value is "./raw". Can be modified by setting environment variable "Fluxzy_FileDumpDirectory" ;
public static string NetworkFileDumpDirectory { get; }
Property Value
ReferenceString
Reference for current debug sessions
public static string ReferenceString { get; }
Property Value
WindowSizeTraceDumpDirectory
When EnableWindowSizeTrace is enabled, store the logs on this directory
public static string WindowSizeTraceDumpDirectory { get; }