Skip to content

Commit c6fc042

Browse files
authored
Update the CefSharpSettings.WcfEnabled summary (#3483)
1 parent 94fb457 commit c6fc042

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CefSharp/CefSharpSettings.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ static CefSharpSettings()
3838

3939
#if !NETCOREAPP
4040
/// <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.
41+
/// WCF is used by JavascriptObjectRepository.Register(isAsync: false) feature for
42+
/// Javascript Binding. It's recomended that anyone developing a new application use
43+
/// the JavascriptObjectRepository.Register(isAsync: true) version which communicates
44+
/// using native Chromium IPC.
4545
/// </summary>
4646
public static bool WcfEnabled { get; set; }
4747

0 commit comments

Comments
 (0)