Click or drag to resize

EngineOptionsIsGoogleTrafficDisabled Property

Indicates whether Chromium services that cause additional traffic are disabled.

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

Property Value

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