UtilGeckoFxMaxPersistentConnectionsPerServer Property

Gets or sets the maximum amount of HTTP keep-alive connections the application can have open at once to a single server.

Using keep-alive connections improves performance.

Definition

Namespace: DevCase.ThirdParty.GeckoFx
Assembly: DevCase.net48.ThirdParty.GeckoFx (in DevCase.net48.ThirdParty.GeckoFx.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int MaxPersistentConnectionsPerServer { get; set; }

Property Value

Int32
The maximum amount of HTTP keep-alive connections the application can have open at once to a single server.

Remarks

Default value: 2

Recommended value: 5

See Also