Click or drag to resize

CefSharpSettingsWcfEnabled Property

Version 94.4.20
WCF is used by JavascriptObjectRepository.Register(isAsync: false) feature for Javascript Binding. It's recomended that anyone developing a new application use the JavascriptObjectRepository.Register(isAsync: true) version which communicates using native Chromium IPC.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public static bool WcfEnabled { get; set; }

Property Value

Type: Boolean
See Also