Click or drag to resize

EngineOptionsBuilderGoogleTrafficDisabled Property

Disables Chromium services that cause additional traffic, such as Google Cloud Messaging, Translate Ranker, Extensions Updater, Safe Browsing, etc. These services are related to the features that are not currently supported in DotNetBrowser.This option does not affect the supported features, such as SpellChecker or Widevine.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool GoogleTrafficDisabled { get; set; }

Property Value

Type: Boolean
true if additional traffic is disabled, false otherwise.
Remarks

By default, Chromium services that cause additional traffic are enabled.

See Also