Click or drag to resize

IProfilePreferencesNetworkPredictionEnabled Property

Enables or disables the network prediction. By default, the network prediction is enabled.

Namespace:  DotNetBrowser.Profile
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
Syntax
C#
bool NetworkPredictionEnabled { get; set; }

Property Value

Type: Boolean
true if the network prediction is enabled, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IProfilePreferences instance has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
Remarks
Network prediction is the built-in feature of Chromium that allows you to open the most visited websites faster. This is done by DNS prefetching, TCP and SSL preconnection, prerendering of web pages, and resource prefetching.
See Also