OpenEdge.Net.HTTP.CookieJarBuilder
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Net.HTTP.CookieJarBuilder Build () |
/** Builder director method.
@return CookieJarBuilder A builder for the requested type */
|
||
| OpenEdge.Net.HTTP.ICookieJar DecorateCookieJar (Class, ICookieJar) |
/** Decorate the cookie jar with additional behaviour
@param Class The type of decorator to use
@param ICookieJar The cookie jar/instance we're decorating
@return ICookieJar The new, decorating cookie jar */
|
||
| InitializeRegistry (BuilderRegistry) |
/** Adds initial values into the registry
@param BuilderRegistry The registry to populate */
|
||
| OpenEdge.Net.HTTP.CookieJarBuilder PersistTo (character) |
/** Sets the URI to use as a proxy server for all requests
@param character The proxy server URI
@return CookieJarBuilder This builder object. */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Net.HTTP.ICookieJar CookieJar |
|
||
| OpenEdge.Net.HTTP.BuilderRegistry Registry |
|
Method Detail
OpenEdge.Net.HTTP.CookieJarBuilder Build ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Net.HTTP.ICookieJar DecorateCookieJar (Class, ICookieJar)
|
||||||||||||||||||||
InitializeRegistry (BuilderRegistry)
|
||||||||||||||||||||
OpenEdge.Net.HTTP.CookieJarBuilder PersistTo (character)
|
||||||||||||||||||||
Property Detail
OpenEdge.Net.HTTP.ICookieJar CookieJar
|
||||||||
|---|---|---|---|---|---|---|---|---|
OpenEdge.Net.HTTP.BuilderRegistry Registry |
||||||||