Namespace: OpenEdge.Net.HTTP.Filter.Status
Type: Class AuthorizationStatusFilter
Parent Classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.Net.HTTP.IHttpMessageWriter


Copyright (c) 2014-2017, 2021 by Progress Software Corporation. All rights reserved.
File:AuthorizationStatusFilter
Purpose:Processes the 401/Unauthorized status code
Description:
Author(s):pjudge
Created:Mon Feb 17 13:06:38 EST 2014
Notes:- The Message for this writer is the REQUEST since it
will retrieve data from the request (Location header) and
write a new URI to the request.
/* contents of the WWW-Authenticate header



Method Summary
  Options Name Purpose
  Close ()
  Flush ()
  Open ()
  Write (character) /** Write data to/from the message @param character Data to write */
  Write (longchar)
  Write (handle) /** Write data to/from the message @param handle Data to write */
  Write (memptr)
  Write (Object)

Constructor Summary
  Options Name Purpose
  AuthorizationStatusFilter (IHttpRequest)

Property Summary
  Options Name Purpose
  OpenEdge.Net.HTTP.IHttpMessage Message


Method Detail
Top

Close ()

Top

Flush ()

Top

Open ()

Top

Write (character)

Purpose: Write data to/from the message
Parameters:
pcData CHARACTER
 
Top

Write (longchar)

Parameters:
pcData LONGCHAR
 
Top

Write (handle)

Purpose: Write data to/from the message
Parameters:
phData HANDLE
 
Top

Write (memptr)

Parameters:
pmData MEMPTR
 
Top

Write (Object)

Parameters:
poData Progress.Lang.Object
 


Constructor Detail
Top

AuthorizationStatusFilter (IHttpRequest)

Parameters:
poMessage OpenEdge.Net.HTTP.IHttpRequest
 


Property Detail
Top

OpenEdge.Net.HTTP.IHttpMessage Message

Returns OpenEdge.Net.HTTP.IHttpMessage