Click or drag to resize

CanSetCookieResponseAllow Method

Creates a CanSetCookieResponse that allows saving the cookie.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static CanSetCookieResponse Allow()

Return Value

Type: CanSetCookieResponse
The CanSetCookieResponse instance that can be used as a return value in CanSetCookieHandler implementation.
See Also