|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | AuthenticatedRequest (IHttpRequest) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | CHARACTER AuthenticationChallenge |
/** The challenge text required for creating the authentication response,
typically from a 401/Unauthorized response. This is usually the contents
of the WWW-Authenticate header, but might also be a chunk of HTML for
Forms-based authentication requests. */ |
|
| # | CHARACTER AuthenticationMethod |
/** The authentication method for this request. Defaults to none/blankNone */ |
|
| # | CHARACTER CharacterEncoding |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
| # | INTEGER ContentLength |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
| # | RAW ContentMD5 |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
| # | CHARACTER ContentType |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
| # | OpenEdge.Net.HTTP.Credentials Credentials |
/** Credentials to be used for authentication */ |
|
| # | Progress.Lang.Object Entity |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
| # | CHARACTER Method |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
| # | CHARACTER TransferEncoding |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
| # | URI URI |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
| # | CHARACTER Version |
Inherited from OpenEdge.Net.HTTP.HttpRequestDecorator |
|
Top
PROTECTED AddAuthentication ()
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AddAuthenticationCallback (IAuthFilterEventHandler)
|
||||||||||||||||||
PROTECTED ClearCookies ()
|
||||||||||||||||||
PROTECTED ClearHeaders ()
|
||||||||||||||||||
PROTECTED INTEGER GetAuthenticationCallbacks (IAuthFilterEventHandler[])
|
||||||||||||||||||
PROTECTED INTEGER GetCookies (Cookie[])
|
||||||||||||||||||
PROTECTED HttpHeader GetHeader (character)
|
||||||||||||||||||
PROTECTED INTEGER GetHeaders (HttpHeader[])
|
||||||||||||||||||
PROTECTED LOGICAL HasCookie (Cookie)
|
||||||||||||||||||
PROTECTED LOGICAL HasHeader (character)
|
||||||||||||||||||
PROTECTED RemoveAuthenticationCallback (IAuthFilterEventHandler)
|
||||||||||||||||||
PROTECTED RemoveCookie (Cookie)
|
||||||||||||||||||
PROTECTED RemoveHeader (character)
|
||||||||||||||||||
PROTECTED SetChallenge (character, character)
|
||||||||||||||||||
PROTECTED SetCookie (Cookie)
|
||||||||||||||||||
PROTECTED SetHeader (HttpHeader)
|
||||||||||||||||||
PROTECTED AuthenticatedRequest (IHttpRequest)
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER AuthenticationChallenge
|
|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER AuthenticationMethod
|
|||||||||||||||||
PROTECTED CHARACTER CharacterEncoding
|
|||||||||||||||||
PROTECTED INTEGER ContentLength
|
|||||||||||||||||
PROTECTED RAW ContentMD5
|
|||||||||||||||||
PROTECTED CHARACTER ContentType
|
|||||||||||||||||
PROTECTED OpenEdge.Net.HTTP.Credentials Credentials
|
|||||||||||||||||
PROTECTED Progress.Lang.Object Entity
|
|||||||||||||||||
PROTECTED CHARACTER Method
|
|||||||||||||||||
PROTECTED CHARACTER TransferEncoding
|
|||||||||||||||||
PROTECTED URI URI
|
|||||||||||||||||
PROTECTED CHARACTER Version
|
|||||||||||||||||