Org.Apache.Http.Cookies Namespace
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.
Classes
ClientCookie | |
CookieOrigin |
CookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies. |
CookieSpecRegistry |
Cookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of cookie. |
MalformedCookieException |
Signals that a cookie is in some way invalid or illegal in a given context |
SM |
Constants and static helpers related to the HTTP state management. |
Interfaces
IClientCookie | |
ICookie |
HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session. |
ICookieAttributeHandler |
Ths interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc. |
ICookieSpec |
Defines the cookie management specification. |
ICookieSpecFactory | |
ISetCookie |
This interface represents a |
ISetCookie2 |
This interface represents a |
ISM |