Click or drag to resize

AddingCookieEventArgs Class

Provides data for the AddingCookie event.
Inheritance Hierarchy

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public class AddingCookieEventArgs : CancelEventArgs

The AddingCookieEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel (Inherited from CancelEventArgs.)
Public propertyCookie
Gets the cookie.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also