|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | ClearCookies () |
/** Removes all cookies from this message */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | ClearHeaders () |
/** Removes all headers from this message */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | Destroy () |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | INTEGER GetCookies (Cookie[]) |
/** Returns all the cookies for this message
@param Cookie[] An array of cookies
@return integer The number of cookies returned */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | HttpHeader GetHeader (character) |
/** Returns a named header
@param character The name of the header to retrieve
@return HttpHeader The header object. Null if not exists. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | INTEGER GetHeaders (HttpHeader[]) |
/** Returns all the headers (Names and values)
@param HttpHeader[] An array of headers
@return integer The number of headers returned */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | LOGICAL HasCookie (Cookie) |
/** Indicates whether a cookie exists for this message
@param Cookie The cookie to check
@return logical True if this message contains the cookie */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | LOGICAL HasHeader (character) |
/** Indicates whether a header exists for this message or not.
@param character The name of a header to check
@return logical True if this message contains the header */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | Initialize () |
Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | RemoveCookie (Cookie) |
/** Removes a cookie from this request
@param Cookie The cookie to remove. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | RemoveHeader (character) |
/** Removes a header from the collection of message headers.
No-op if none exists.
This implementation sets the value of the header to ?/unknown,
passes it down the filter chain, and then removes it from the
header collection.
@param character The name of the header to remove */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | SetCookie (Cookie) |
/** Adds a cookie to this request
@param Cookie The cookie to add. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | SetHeader (character, character) |
/** Adds header info to this message's collection of headers.
@param character The header name
@param character The complete header value */ |
|
| # | SetHeader (HttpHeader) |
/** Adds header info to this message's collection of headers.
@param character The header name
@param character The complete header value */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
| Options | Name | Purpose | |
|---|---|---|---|
| # | WebResponse () |
/** Constructor. */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | CHARACTER CharacterEncoding |
/** The message's content type encoding (eg charset='utf-8'). For more detail, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7 */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | INTEGER ContentLength |
/** The length (in bytes/characters) of the payload/entity. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | RAW ContentMD5 |
/** An MD5 hash of the message's content. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | CHARACTER ContentType |
/** The message's content type (eg text/html). For more detail, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7 */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | Object Entity |
/** Object containing the response body/entity.
The object can be of any type, which may depend on the content type
and the body filters it passes through. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | INTEGER StatusCode |
/** The status of the HTTP response. Section 6.1 */ Inherited from OpenEdge.Net.HTTP.HttpResponse |
|
| # | CHARACTER StatusReason |
/** The status reason of the HTTP response. Section 6.1 */ Inherited from OpenEdge.Net.HTTP.HttpResponse |
|
| # | CHARACTER TransferEncoding |
/** The message's Transfer-Encoding. For more detail, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6
This property does not use the same mechanism that the ContentType does,
since the header name used depends on whether this is a request or response. */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
| # | CHARACTER Version |
/** The HTTP version supported. Typically HTTP/1.1 */ Inherited from OpenEdge.Net.HTTP.HttpMessage |
|
Top
PROTECTED ClearCookies ()
|
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED ClearHeaders ()
|
|||||||||||||||||||||
PROTECTED Destroy ()
|
|||||||||||||||||||||
PROTECTED INTEGER GetCookies (Cookie[])
|
|||||||||||||||||||||
PROTECTED HttpHeader GetHeader (character)
|
|||||||||||||||||||||
PROTECTED INTEGER GetHeaders (HttpHeader[])
|
|||||||||||||||||||||
PROTECTED LOGICAL HasCookie (Cookie)
|
|||||||||||||||||||||
PROTECTED LOGICAL HasHeader (character)
|
|||||||||||||||||||||
PROTECTED Initialize ()
|
|||||||||||||||||||||
PROTECTED RemoveCookie (Cookie)
|
|||||||||||||||||||||
PROTECTED RemoveHeader (character)
|
|||||||||||||||||||||
PROTECTED SetCookie (Cookie)
|
|||||||||||||||||||||
PROTECTED SetHeader (character, character)
|
|||||||||||||||||||||
PROTECTED SetHeader (HttpHeader)
|
|||||||||||||||||||||
PROTECTED WebResponse ()
|
||||||
|---|---|---|---|---|---|---|
PROTECTED CHARACTER CharacterEncoding
|
|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED INTEGER ContentLength
|
|||||||||||||||||
PROTECTED RAW ContentMD5
|
|||||||||||||||||
PROTECTED CHARACTER ContentType
|
|||||||||||||||||
PROTECTED Object Entity
|
|||||||||||||||||
PROTECTED INTEGER StatusCode
|
|||||||||||||||||
PROTECTED CHARACTER StatusReason
|
|||||||||||||||||
PROTECTED CHARACTER TransferEncoding
|
|||||||||||||||||
PROTECTED CHARACTER Version
|
|||||||||||||||||