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.23.2
Syntax public bool GoogleTrafficDisabled { get; set; }
Property Value
Type:
Booleantrue if additional traffic is disabled,
false otherwise.
Remarks
By default, Chromium services that cause additional traffic are enabled.
See Also