UtilGeckoFxSslPipeliningEnabled Property

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

Many problems with pipelining are related to broken proxy servers sitting between the user and the destination web site.

Since this is not a problem with SSL, it is possible to turn on pipelining for SSL websites only.

This preference controls whether to use pipelining for secure websites, regardless of network.http.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 SslPipeliningEnabled { get; set; }

Property Value

Boolean
if HTTP with SSL pipelining is enabled, otherwise, .

Remarks

Recommended value:

See Also