Table of Contents

Property NetworkPredictionEnabled

Namespace
DotNetBrowser.Profile
Assembly
DotNetBrowser.dll

NetworkPredictionEnabled

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

bool NetworkPredictionEnabled { get; set; }

Property Value

bool

true if the network prediction is enabled, false otherwise.

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.

Exceptions

ObjectDisposedException

The IProfilePreferences instance has already been disposed.

ConnectionClosedException

The connection to the Chromium engine is closed.