CefSharpSettingsWcfEnabled Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static bool WcfEnabled { get; set; }
public:
static property bool WcfEnabled {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also