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. |
Public Fields
Name | Description | |
---|---|---|
DefaultChunkSize | The default chunk size of 2000 characters. | |
MinimumChunkSize | The minimum chunk size of 1000 characters. |
Public Properties
Name | Description | |
---|---|---|
ChunkSize | ||
Domain | (Inherited from CookieHandler) | |
HideFromClientScript | (Inherited from CookieHandler) | |
Name | (Inherited from CookieHandler) | |
Path | (Inherited from CookieHandler) | |
PersistentSessionLifetime | (Inherited from CookieHandler) | |
RequireSsl | (Inherited from CookieHandler) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Delete | Overloaded. (Inherited from CookieHandler) | |
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Read | Overloaded. (Inherited from CookieHandler) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) | |
Write | Overloaded. (Inherited from CookieHandler) |
Protected Methods
Name | Description | |
---|---|---|
DeleteCore | (Inherited from CookieHandler) | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ReadCore | (Inherited from CookieHandler) | |
WriteCore | (Inherited from CookieHandler) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.