CoreWebView2Cookie.ToSystemNetCookie Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts this to a System.Net.Cookie.
public System.Net.Cookie ToSystemNetCookie ();
member this.ToSystemNetCookie : unit -> System.Net.Cookie
Public Function ToSystemNetCookie () As Cookie
Returns
An object whose Name, Value, Path, Domain, HttpOnly, Secure, and Expires, matches those Name, Value, Path, Domain, IsHttpOnly, IsSecure, and Expires of this CoreWebView2Cookie object.
Remarks
The values of the Cookie properties other than those specified above remain their default values.