AddingCookieEventArgsCookie Property |
Gets the cookie.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public Cookie Cookie { get; }
Public ReadOnly Property Cookie As Cookie
Get
public:
property Cookie^ Cookie {
Cookie^ get ();
}
member Cookie : Cookie with get
Property Value
Type:
CookieRemarks
Gets the cookie that has been added to the
CookieJar.
See Also