Click or drag to resize

NetworkGetCookiesAsync Method

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

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<GetCookiesResponse> GetCookiesAsync(
	string[] urls = null
)

Parameters

urls (Optional)
Type: SystemString
The list of URLs for which applicable cookies will be fetched

Return Value

Type: TaskGetCookiesResponse
returns System.Threading.Tasks.Task<GetCookiesResponse>
See Also