Click or drag to resize

CanSetCookieParametersCookie Property

Gets the cookie received from the web server.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public Cookie Cookie { get; }

Property Value

Type: Cookie
The cookie received from the web server.
See Also