We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc180b commit 6878bb9Copy full SHA for 6878bb9
1 file changed
specs/CookieManagement.md
@@ -493,9 +493,9 @@ namespace Microsoft.Web.WebView2.Core
493
494
/// Converts a System.Net.Cookie to a CoreWebView2Cookie.
495
/// This is only for the .NET API, not the WinRT API.
496
- static CoreWebView2Cookie FromSystemNetCookie(System.Net.Cookie dotNetCookie);
+ static CoreWebView2Cookie FromSystemNetCookie(System.Net.Cookie systemNetCookie);
497
498
- /// Converts a CoreWebView2Cookie to a System.Net.Cookie.
+ /// Converts this to a System.Net.Cookie.
499
500
System.Net.Cookie ToSystemNetCookie(CoreWebView2Cookie coreWebView2Cookie);
501
}
0 commit comments