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. |
Public Properties
Name | Description | |
---|---|---|
Domain | ||
HideFromClientScript | ||
Name | ||
Path | ||
PersistentSessionLifetime | ||
RequireSsl |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Delete | Overloaded. | |
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Read | Overloaded. | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) | |
Write | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
DeleteCore | When overridden in a derived class, deletes a cookie. | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ReadCore | When overridden in a derived class, reads a cookie. | |
WriteCore | When overridden in a derived class, writes a cookie. |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.