Click or drag to resize

CanGetCookiesResponseDeny Method

Creates a CanGetCookiesResponse instance that denies sending cookies back to web server.

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

Return Value

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