Provides an abstract base class for managing HTTP client state or "cookies".

The following tables list the members exposed by the CookieHandler type.

Protected Constructors

  Name Description
CookieHandler Initializes a new instance of CookieHandler.
Top

Public Properties

Public Methods (see also Protected Methods)

  Name Description
public method Delete Overloaded.  
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method Read Overloaded.  
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
public method Write Overloaded.  
Top

Protected Methods

  Name Description
protected method DeleteCore When overridden in a derived class, deletes a cookie.
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ReadCore When overridden in a derived class, reads a cookie.
protected method WriteCore When overridden in a derived class, writes a cookie.
Top

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.