CefSharpSettingsWcfEnabled Property |
Version 55.0.0
WCF is used by JavascriptBinding
Disabling effectively disables both of these features.
Defaults to true
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public static bool WcfEnabled { get; set; }
public:
static property bool WcfEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also