Click or drag to resize

WebClientAddingCookie Event

Occurs when a cookie is added to the CookieJar.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public event EventHandler<AddingCookieEventArgs> AddingCookie

Value

Type: SystemEventHandlerAddingCookieEventArgs

Implements

IWebClientAddingCookie
Remarks
As the WebClient executes requests and receives cookies from the server in response, it stores them in its cookie jar (a CookieContainer) and sends them along on subsequent requests.
See Also