AddCookieAsync Method
Adds a cookie and the corresponding value to the outgoing request headers.
Syntax
[VB.NET] Public Function AddCookieAsync(ByVal CookieName As String, ByVal CookieValue As String) As Task
[C#] public Task AddCookieAsync(string cookieName, string cookieValue);