Table of Contents

Class DebugContext

Namespace
Fluxzy.Clients
Assembly
Fluxzy.Core.dll
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

bool

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

bool

EnableWindowSizeTrace

Enable trace on H2 window updates

public static bool EnableWindowSizeTrace { get; }

Property Value

bool

InsertFluxzyMetricsOnResponseHeader

public static bool InsertFluxzyMetricsOnResponseHeader { get; }

Property Value

bool

IsH2TracingEnabled

public static bool IsH2TracingEnabled { get; }

Property Value

bool

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

string

ReferenceString

Reference for current debug sessions

public static string ReferenceString { get; }

Property Value

string

WindowSizeTraceDumpDirectory

When EnableWindowSizeTrace is enabled, store the logs on this directory

public static string WindowSizeTraceDumpDirectory { get; }

Property Value

string