CefSharpSettingsWcfEnabled Property |
Version 87.1.132
WCF is used by RegisterJsObject feature for Javascript Binding
It's reccomended that anyone developing a new application use
the RegisterAsyncJsObject version which communicates using native
Chromium IPC.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public static bool WcfEnabled { get; set; }
public:
static property bool WcfEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also