Gripper

A web-scraping toolbox for .NET.

View on GitHub

Gripper.WebClient

Gripper.WebClient.IWebClient

IWebClient.GetAllCookiesAsync() Method

Gets all cookies stored by the browser.

System.Threading.Tasks.Task<System.Collections.Generic.ICollection<System.Net.Cookie>> GetAllCookiesAsync();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.ICollection<System.Net.Cookie>>
A System.Net.CookieContainer that can be plugged as-is into an System.Net.Http.HttpClientHandler