Writes cookie data so that cookies never exceed a set size.

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

Public Constructors

  Name Description
ChunkedCookieHandler Overloaded.  
Top

Public Fields

  Name Description
public fieldstatic DefaultChunkSize The default chunk size of 2000 characters.
public fieldstatic MinimumChunkSize The minimum chunk size of 1000 characters.
Top

Public Properties

  Name Description
public property ChunkSize  
public property Domain  (Inherited from CookieHandler)
public property HideFromClientScript  (Inherited from CookieHandler)
public property Name  (Inherited from CookieHandler)
public property Path  (Inherited from CookieHandler)
public property PersistentSessionLifetime  (Inherited from CookieHandler)
public property RequireSsl  (Inherited from CookieHandler)
Top

Public Methods (see also Protected Methods)

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

Protected Methods

  Name Description
protected method DeleteCore  (Inherited from CookieHandler)
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ReadCore  (Inherited from CookieHandler)
protected method WriteCore  (Inherited from CookieHandler)
Top

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.