Namespace: OpenEdge.Net.HTTP
Class 
AuthenticationRequestEventArgs
Parent classes:
Inherits: Progress.Lang.Object

Copyright (c) 2014 by Progress Software Corporation. All rights reserved.
File:AuthenticationRequestEventArgs
Purpose:Event arguments for the HttpAuthenticationRequest event,
published from the AuthorizationStatusFilter.
Author(s):pjudge
Created:Mon Jul 07 11:13:33 EDT 2014
Notes:* This object acts as a parameter object, gathering information
about the Domain and user that should be used for HTTP
authentication purposes. The passwords/credentials will be
retrieved from an Credential Store that the application knows about.



Constructor Summary
Options Name Purpose
# AuthenticationRequestEventArgs (IHttpRequest, character)

Property Summary
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). */


Constructor Detail
Top

PROTECTED AuthenticationRequestEventArgs (IHttpRequest, character)

Parameters:
poRequest OpenEdge.Net.HTTP.IHttpRequest
pcRealm CHARACTER


Property Detail
Top

PROTECTED LOGICAL Cancel

/* If the Cancel property is true, go no further.
Returns LOGICAL
Top

PROTECTED OpenEdge.Net.HTTP.Credentials Credentials

Purpose: Subscribers must set the various values, as needed
Returns OpenEdge.Net.HTTP.Credentials
Top

PROTECTED CHARACTER Realm

Purpose: (mandatory) The realm for which we are requesting credentials.
Returns CHARACTER
Top

PROTECTED OpenEdge.Net.HTTP.IHttpRequest Request

Purpose: (mandatory) Request is for informational purposes (eg querying the URI).
Returns OpenEdge.Net.HTTP.IHttpRequest


10.27.2015 12:36:34