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.
Namespace: DevCase.ThirdParty.GeckoFxAssembly: 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; }
Public Shared Property SslPipeliningEnabled As Boolean
Get
Set
Dim value As Boolean
value = UtilGeckoFx.SslPipeliningEnabled
UtilGeckoFx.SslPipeliningEnabled = value
public:
static property bool SslPipeliningEnabled {
bool get ();
void set (bool value);
}
static member SslPipeliningEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if HTTP with SSL pipelining is enabled, otherwise,
.
Recommended value: