UtilGeckoFxPipeliningMaxRequests Property

Gets or sets the maximum amount of requests to pipeline at once when pipelining is enabled.

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

Property Value

Int32
The maximum amount of requests to pipeline at once when pipelining is enabled.

Remarks

Recommended value: 10

See Also