INetworkCanGetCookiesHandler Property |
Namespace: DotNetBrowser.Net
IHandler<CanGetCookiesParameters, CanGetCookiesResponse> CanGetCookiesHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The INetwork object has already been disposed. |
Use the Allow method to allow cookies to be sent to the web server.
Use the Deny method to disallow cookies to be sent to the web server.
If exception occurs inside the handler, then default behavior will be applied - the Allow method will be used.