CanGetCookiesParametersCookies Property  | 
 
                Gets a collection of cookies that are going to be sent with the URL request.
            
 
    Namespace: 
   DotNetBrowser.Net.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.0
Syntaxpublic IEnumerable<Cookie> Cookies { get; }Property Value
Type: 
IEnumerableCookieA collection of cookies that are going to be sent with the URL request.
See Also