We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fb457 commit c6fc042Copy full SHA for c6fc042
CefSharp/CefSharpSettings.cs
@@ -38,10 +38,10 @@ static CefSharpSettings()
38
39
#if !NETCOREAPP
40
/// <summary>
41
- /// WCF is used by RegisterJsObject feature for Javascript Binding
42
- /// It's reccomended that anyone developing a new application use
43
- /// the RegisterAsyncJsObject version which communicates using native
44
- /// Chromium IPC.
+ /// 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.
45
/// </summary>
46
public static bool WcfEnabled { get; set; }
47
0 commit comments