Click or drag to resize

WebClientOnAddingCookie Method

Raises the AddingCookie event.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected virtual void OnAddingCookie(
	AddingCookieEventArgs args
)

Parameters

args
Type: NScrapeAddingCookieEventArgs
An AddingCookieEventArgs that contains the event data.
Remarks
Called when a cookie is added to the CookieJar.
See Also