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.2
Syntax bool NetworkPredictionEnabled { get; set; }
Property Value
Type:
Booleantrue if the network prediction is enabled,
false
otherwise.
Exceptions 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