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