OpenEdge.Net.HTTP.CookieJarDecorator
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| AddCookie (character, character, Cookie) |
/** Adds a cookie to the jar, for a given domain/path. This is
required in cases where the
@param character The domain to which this cookie applies
@param character The path to which this cookie applies
@param Cookie The cookie to add */
|
||
| AddCookie (Cookie) |
/** Adds a cookie to the jar.
@param Cookie The cookie to add */
|
||
| AddCookies (Cookie[]) |
/** Adds a collection of cookies to the jar.
@param Cookie The cookies to add */
|
||
| ClearPersistentCookies () |
/** Clears all persistent cookies */
|
||
| ClearSessionCookies () |
/** Removes all session (non-persistent) cookies from the jar */
|
||
| INTEGER GetCookies (URI, Cookie[]) |
/** Returns the cookies germane to the specified URI.
@param URI The host/URI for which to return the cookies.
@param Cookie[] Output array of the cookies
@return integer The number of cookies returned */
|
||
| LOGICAL RemoveCookie (Cookie) |
/** Removes a cookie from the jar.
@param Cookie The cookie to remove
@return logical True if the cookie was deleted. */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CookieJarDecorator (ICookieJar) |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER CookieJarPath |
|
||
| OpenEdge.Net.HTTP.ICookieJar DecoratedCookieJar |
|
Method Detail
AddCookie (character, character, Cookie)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddCookie (Cookie)
|
||||||||||||||||||||||
AddCookies (Cookie[])
|
||||||||||||||||||||||
ClearPersistentCookies ()
|
||||||||||||||||||||||
ClearSessionCookies ()
|
||||||||||||||||||||||
INTEGER GetCookies (URI, Cookie[])
|
||||||||||||||||||||||
LOGICAL RemoveCookie (Cookie)
|
||||||||||||||||||||||
Constructor Detail
CookieJarDecorator (ICookieJar)
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
Property Detail
CHARACTER CookieJarPath
|
||||||||
|---|---|---|---|---|---|---|---|---|
OpenEdge.Net.HTTP.ICookieJar DecoratedCookieJar
|
||||||||