BasicClientCookie.InterfaceConsts Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the standard attribute-name constants used by client cookies.
public static class BasicClientCookie.InterfaceConsts
type BasicClientCookie.InterfaceConsts = class
- Inheritance
-
BasicClientCookie.InterfaceConsts
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
| Name | Description |
|---|---|
| CommentAttr |
The attribute name for a cookie comment. |
| CommenturlAttr |
The attribute name for a cookie comment URL. |
| DiscardAttr |
The attribute name that marks a cookie for discard at the end of the session. |
| DomainAttr |
The attribute name that restricts a cookie to a domain. |
| ExpiresAttr |
The attribute name that supplies an absolute expiry date. |
| MaxAgeAttr |
The attribute name that supplies a relative lifetime. |
| PathAttr |
The attribute name that restricts a cookie to a request path. |
| PortAttr |
The attribute name that restricts a cookie to ports. |
| SecureAttr |
The attribute name that limits a cookie to secure connections. |
| VersionAttr |
The attribute name that declares a cookie version. |