|
Options | Name | Purpose | |
---|---|---|---|
ClearCookies () |
|
||
ClearHeaders () |
|
||
Progress.Lang.Object GetAdapter (Class) |
/* Returns an adapter for this message
@param P.L.Class The type we want to adapt this message to
@return P.L.Object The adapter. Will typically be of the type specified by the input argument */
|
||
OpenEdge.Net.HTTP.Cookie GetCookie (character) |
|
||
INTEGER GetCookies (Cookie[]) |
|
||
OpenEdge.Net.HTTP.HttpHeader GetHeader (character) |
|
||
INTEGER GetHeaders (HttpHeader[]) |
|
||
LOGICAL HasCookie (character) |
|
||
LOGICAL HasCookie (Cookie) |
|
||
LOGICAL HasHeader (character) |
|
||
RemoveCookie (character) |
|
||
RemoveCookie (Cookie) |
|
||
RemoveHeader (character) |
|
||
SetCookie (Cookie) |
|
||
SetCookies (Cookie[]) |
/** Adds cookies to this message
@param Cookie[] An array of cookies to add. */
|
||
SetHeader (HttpHeader) |
|
||
SetHeaders (HttpHeader[]) |
/** Adds a set of header info to this message's collection of headers.
@param HttpHeader[] An array of headers */
|
Options | Name | Purpose | |
---|---|---|---|
HttpResponseDecorator (IHttpResponse) |
|
Options | Name | Purpose | |
---|---|---|---|
CHARACTER CharacterEncoding |
|
||
INTEGER ContentLength |
|
||
RAW ContentMD5 |
|
||
CHARACTER ContentType |
|
||
OpenEdge.Net.HTTP.IHttpResponse DecoratedHttpResponse |
|
||
Progress.Lang.Object Entity |
|
||
INTEGER StatusCode |
|
||
CHARACTER StatusReason |
|
||
CHARACTER TransferEncoding |
|
||
CHARACTER Version |
|
ClearCookies () |
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ClearHeaders () |
||||||||||||||||
Progress.Lang.Object GetAdapter (Class)
|
||||||||||||||||
OpenEdge.Net.HTTP.Cookie GetCookie (character)
|
||||||||||||||||
INTEGER GetCookies (Cookie[])
|
||||||||||||||||
OpenEdge.Net.HTTP.HttpHeader GetHeader (character)
|
||||||||||||||||
INTEGER GetHeaders (HttpHeader[])
|
||||||||||||||||
LOGICAL HasCookie (character)
|
||||||||||||||||
LOGICAL HasCookie (Cookie)
|
||||||||||||||||
LOGICAL HasHeader (character)
|
||||||||||||||||
RemoveCookie (character)
|
||||||||||||||||
RemoveCookie (Cookie)
|
||||||||||||||||
RemoveHeader (character)
|
||||||||||||||||
SetCookie (Cookie)
|
||||||||||||||||
SetCookies (Cookie[])
|
||||||||||||||||
SetHeader (HttpHeader)
|
||||||||||||||||
SetHeaders (HttpHeader[])
|
HttpResponseDecorator (IHttpResponse)
|
---|
CHARACTER CharacterEncoding
|
||||||||
---|---|---|---|---|---|---|---|---|
INTEGER ContentLength
|
||||||||
RAW ContentMD5
|
||||||||
CHARACTER ContentType
|
||||||||
OpenEdge.Net.HTTP.IHttpResponse DecoratedHttpResponse
|
||||||||
Progress.Lang.Object Entity
|
||||||||
INTEGER StatusCode
|
||||||||
CHARACTER StatusReason
|
||||||||
CHARACTER TransferEncoding
|
||||||||
CHARACTER Version
|