|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
ClearCookies () |
/** Removes all cookies is not implemented */ |
|||||
|
ClearHeaders () |
/** Remove all headers is not implemented . */ |
|||||
|
OpenEdge.Core.Collections.IStringStringMap createQueryMapFromContext () |
/** creates a query map from the quesry string to pass to URI constructor*/ |
|||||
|
LONGCHAR GetContextValue (character) |
/** Get a value from the request context */ |
|||||
|
OpenEdge.Net.HTTP.Cookie GetCookie (character) |
/** Returns a cookie by name from this message. Typically
returns the first cookie it finds by name, oif more than
one exist
@param character The cookie's name to check
@return Cookie The (first) cookie found by name */ |
|||||
|
INTEGER GetCookies (Cookie[]) |
/** Returns all the cookies for this message
@param Cookie[] An array of cookies
@return integer The number of cookies returned */ |
|||||
|
OpenEdge.Net.HTTP.HttpHeader GetHeader (character) |
/** Returns a named header
@param character The name of the header to retrieve
@return HttpHeader The header object. The NullHeader object is returned if the header is not set on the request */ |
|||||
|
INTEGER GetHeaders (HttpHeader[]) |
/** Returns all the headers
Note: As of current this is not cached
The assumption is that you will not call this multiple times per request
since there is a getHeader(name) (which does not use this).
@param HttpHeader[] An array of headers
@return integer The number of headers returned */ |
|||||
|
CHARACTER GetHeaderValue (character) |
/** Gets a character header value
@param character The name of the header
@return character the value of the header. */ |
|||||
|
CHARACTER GetMethodNotImplementedMessage () |
/** return not implemented message for method- must be called from the method **/ |
|||||
|
CHARACTER GetPathParameter (character) |
/** get the named path value from the URI (see IWebRequest) */ |
|||||
|
CHARACTER GetPropNotImplementedMessage () |
/** return not implemented message for property - must be called from setter and/or getter **/ |
|||||
|
CHARACTER GetReadOnlyMessage () |
/** return read only message for property - must be called from setter **/ |
|||||
|
LOGICAL HasCookie (character) |
/** Indicates whether a cookie exists for this message
@param character The cookie's name to check
@return logical TRUE if this message contains the cookie */ |
|||||
|
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 */ |
|||||
|
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 */ |
|||||
|
LoadCookies () |
/* Private method */ |
|||||
|
RemoveCookie (character) |
/** Removes cookies from this message for a given name
@param character The name of the cookie(s) to remove. */ |
|||||
|
RemoveCookie (Cookie) |
/** Remove cookie is not implemented
@param Cookie The cookie to remove. */ |
|||||
|
RemoveHeader (character) |
/** Removes headers is not implemented .
@param character The name of the header to remove */ |
|||||
|
SetCookie (Cookie) |
/** Set cookie is not implemented */ |
|||||
|
SetCookies (Cookie[]) |
/** Set cookie is not implemented */ |
|||||
|
OpenEdge.Net.HTTP.HttpHeader SetHeader (character, character) |
/** Adds header info to this message's collection of headers.
@param character The header name
@param character The header value
@return HttpHeader The header actual header */ |
|||||
|
SetHeader (HttpHeader) |
/** Set header is not implemented */ |
|||||
|
SetHeaders (HttpHeader[]) |
/** Set header is not implemented */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
CHARACTER CharacterEncoding |
|
|||||
|
INTEGER ContentLength |
|
|||||
|
RAW ContentMD5 |
|
|||||
|
CHARACTER ContentType |
|
|||||
|
CHARACTER ContextNames |
|
|||||
|
CHARACTER DefaultCookieDomain |
|
|||||
|
CHARACTER DefaultCookiePath |
|
|||||
|
Progress.Lang.Object Entity |
|
|||||
|
CHARACTER LocalAddress |
|
|||||
|
CHARACTER LocalHost |
|
|||||
|
INTEGER LocalPort |
|
|||||
|
CHARACTER Method |
|
|||||
|
CHARACTER PathInfo |
|
|||||
|
CHARACTER PathParameterNames |
|
|||||
|
CHARACTER RemoteAddress |
|
|||||
|
CHARACTER RemoteHost |
|
|||||
|
INTEGER RemotePort |
|
|||||
|
CHARACTER RemoteUser |
|
|||||
|
CHARACTER ResolvedTransportPath |
|
|||||
|
CHARACTER ResolvedWebAppPath |
|
|||||
|
CHARACTER ServerSoftware |
|
|||||
|
CHARACTER TransferEncoding |
|
|||||
|
CHARACTER TransportPath |
|
|||||
|
OpenEdge.Net.URI URI |
|
|||||
|
CHARACTER UriTemplate |
|
|||||
|
CHARACTER Version |
|
|||||
|
CHARACTER WebAppPath |
|
Top
ClearCookies ()
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ClearHeaders ()
|
||||||||||||||||||||||||
OpenEdge.Core.Collections.IStringStringMap createQueryMapFromContext ()
|
||||||||||||||||||||||||
LONGCHAR GetContextValue (character)
|
||||||||||||||||||||||||
OpenEdge.Net.HTTP.Cookie GetCookie (character)
|
||||||||||||||||||||||||
INTEGER GetCookies (Cookie[])
|
||||||||||||||||||||||||
OpenEdge.Net.HTTP.HttpHeader GetHeader (character)
|
||||||||||||||||||||||||
INTEGER GetHeaders (HttpHeader[])
|
||||||||||||||||||||||||
CHARACTER GetHeaderValue (character)
|
||||||||||||||||||||||||
CHARACTER GetMethodNotImplementedMessage ()
|
||||||||||||||||||||||||
CHARACTER GetPathParameter (character)
|
||||||||||||||||||||||||
CHARACTER GetPropNotImplementedMessage ()
|
||||||||||||||||||||||||
CHARACTER GetReadOnlyMessage ()
|
||||||||||||||||||||||||
LOGICAL HasCookie (character)
|
||||||||||||||||||||||||
LOGICAL HasCookie (Cookie)
|
||||||||||||||||||||||||
LOGICAL HasHeader (character)
|
||||||||||||||||||||||||
LoadCookies ()
|
||||||||||||||||||||||||
RemoveCookie (character)
|
||||||||||||||||||||||||
RemoveCookie (Cookie)
|
||||||||||||||||||||||||
RemoveHeader (character)
|
||||||||||||||||||||||||
SetCookie (Cookie)
|
||||||||||||||||||||||||
SetCookies (Cookie[])
|
||||||||||||||||||||||||
OpenEdge.Net.HTTP.HttpHeader SetHeader (character, character)
|
||||||||||||||||||||||||
SetHeader (HttpHeader)
|
||||||||||||||||||||||||
SetHeaders (HttpHeader[])
|
CHARACTER CharacterEncoding
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
INTEGER ContentLength
|
|||||||||
RAW ContentMD5
|
|||||||||
CHARACTER ContentType
|
|||||||||
CHARACTER ContextNames
|
|||||||||
CHARACTER DefaultCookieDomain
|
|||||||||
CHARACTER DefaultCookiePath
|
|||||||||
Progress.Lang.Object Entity
|
|||||||||
CHARACTER LocalAddress
|
|||||||||
CHARACTER LocalHost
|
|||||||||
INTEGER LocalPort
|
|||||||||
CHARACTER Method
|
|||||||||
CHARACTER PathInfo
|
|||||||||
CHARACTER PathParameterNames
|
|||||||||
CHARACTER RemoteAddress
|
|||||||||
CHARACTER RemoteHost
|
|||||||||
INTEGER RemotePort
|
|||||||||
CHARACTER RemoteUser
|
|||||||||
CHARACTER ResolvedTransportPath
|
|||||||||
CHARACTER ResolvedWebAppPath
|
|||||||||
CHARACTER ServerSoftware
|
|||||||||
CHARACTER TransferEncoding
|
|||||||||
CHARACTER TransportPath
|
|||||||||
OpenEdge.Net.URI URI
|
|||||||||
CHARACTER UriTemplate
|
|||||||||
CHARACTER Version
|
|||||||||
CHARACTER WebAppPath
|
Progress® OpenEdge® Release 11.7.15