|
Options | Name | Purpose | |
---|---|---|---|
AddAuthentication () |
/** Add authentication to this request. */
|
||
AddAuthenticationCallback (IAuthFilterEventHandler) |
/** Adds a subscriber to the events from this request
@param IAuthFilterEventHandler The EventProvider. */
|
||
INTEGER GetAuthenticationCallbacks (IAuthFilterEventHandler[]) |
/** Returns the registered listeners.
@param IAuthFilterEventHandler[] An array of listeners
@return integer The number of registgered listeners. */
|
||
RemoveAuthenticationCallback (IAuthFilterEventHandler) |
|
||
SetChallenge (character, character) |
/** Sets the authentication challenge information for this request.
@param character The authentication method
@param character The challenge text */
|
Options | Name | Purpose | |
---|---|---|---|
AuthenticatedRequest (IHttpRequest) |
|
Options | Name | Purpose | |
---|---|---|---|
CHARACTER AuthenticationChallenge |
|
||
CHARACTER AuthenticationMethod |
|
||
OpenEdge.Net.HTTP.Credentials Credentials |
|
AddAuthentication ()
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddAuthenticationCallback (IAuthFilterEventHandler)
|
||||||||||||||||
INTEGER GetAuthenticationCallbacks (IAuthFilterEventHandler[])
|
||||||||||||||||
RemoveAuthenticationCallback (IAuthFilterEventHandler)
|
||||||||||||||||
SetChallenge (character, character)
|
AuthenticatedRequest (IHttpRequest)
|
---|
CHARACTER AuthenticationChallenge
|
||||||||
---|---|---|---|---|---|---|---|---|
CHARACTER AuthenticationMethod
|
||||||||
OpenEdge.Net.HTTP.Credentials Credentials
|