|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | AuthenticationRequestEventArgs (IHttpRequest, character) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | LOGICAL Cancel |
/* If the Cancel property is true, go no further. */ |
|
| # | OpenEdge.Net.HTTP.Credentials Credentials |
/** Subscribers must set the various values, as needed */ |
|
| # | CHARACTER Realm |
/** (mandatory) The realm for which we are requesting credentials. */ |
|
| # | OpenEdge.Net.HTTP.IHttpRequest Request |
/** (mandatory) Request is for informational purposes (eg querying the URI). */ |
|
Top
PROTECTED AuthenticationRequestEventArgs (IHttpRequest, character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL Cancel
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED OpenEdge.Net.HTTP.Credentials Credentials
|
|||||||||||
PROTECTED CHARACTER Realm
|
|||||||||||
PROTECTED OpenEdge.Net.HTTP.IHttpRequest Request
|
|||||||||||