Click or drag to resize

NetworkClientGetAllCookiesAsync Method

Version 86.0.240
Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the `cookies` field.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetAllCookiesResponse> GetAllCookiesAsync()

Return Value

Type: TaskGetAllCookiesResponse
returns System.Threading.Tasks.Task<GetAllCookiesResponse>
See Also