|
|
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. */
|