UtilGeckoFxInitialPaintDelay Property
Gets or sets the amont of milliseconds to wait before first displaying the page.
Using keep-alive connections improves performance.
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 int InitialPaintDelay { get; set; }
Public Shared Property InitialPaintDelay As Integer
Get
Set
Dim value As Integer
value = UtilGeckoFx.InitialPaintDelay
UtilGeckoFx.InitialPaintDelay = value
public:
static property int InitialPaintDelay {
int get ();
void set (int value);
}
static member InitialPaintDelay : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The maximum amount of HTTP keep-alive connections the application can have open at once to a single server.
Default value:
250
Recommended value:
100