Table of Contents

Class FluxzySharedSetting

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll

Contains static low level settings for Fluxzy

public static class FluxzySharedSetting
Inheritance
FluxzySharedSetting
Inherited Members

Properties

OverallMaxConcurrentConnections

The maximum number of concurrent connections allowed

public static int OverallMaxConcurrentConnections { get; }

Property Value

int

RequestProcessingBuffer

The buffer size used to process this request

public static int RequestProcessingBuffer { get; set; }

Property Value

int

SkipCollectingEnvironmentInformation

When set to true, the proxy will not collect environment information on the archive file

public static bool SkipCollectingEnvironmentInformation { get; set; }

Property Value

bool

Use528

If true, the proxy will use HTTP 528 to inform remote connection error, otherwise it will use HTTP 502

public static bool Use528 { get; set; }

Property Value

bool