UtilGeckoFxPipeliningEnabled Property

Gets or sets a value indicating whether HTTP pipelining is enabled.

Pipelining reduces network load and can reduce page loading times over high-latency connections, but not all servers support it.

Some servers may even behave incorrectly if they receive pipelined requests.

If a proxy server is not configured, this preference controls whether to attempt to use pipelining.

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 bool PipeliningEnabled { get; set; }

Property Value

Boolean
if HTTP pipelining is enabled, otherwise, .

Remarks

Recommended value:

See Also