Namespace: OpenEdge.Net.HTTP
Type: 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
  OpenEdge.Net.HTTP.Credentials Credentials
  CHARACTER Realm
  OpenEdge.Net.HTTP.IHttpRequest Request


Constructor Detail
Top

AuthenticationRequestEventArgs (IHttpRequest, character)

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


Property Detail
Top

LOGICAL Cancel

Returns LOGICAL
 
Top

OpenEdge.Net.HTTP.Credentials Credentials

Returns OpenEdge.Net.HTTP.Credentials
 
Top

CHARACTER Realm

Returns CHARACTER
 
Top

OpenEdge.Net.HTTP.IHttpRequest Request

Returns OpenEdge.Net.HTTP.IHttpRequest