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

Copyright (c) 2014-2017 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

PUBLIC Close ()

Top

PUBLIC Flush ()

Top

PUBLIC Open ()

Top

PUBLIC Write (character)

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

PUBLIC Write (longchar)

Parameters:
pcData LONGCHAR
Top

PUBLIC Write (handle)

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

PUBLIC Write (memptr)

Parameters:
pmData MEMPTR
Top

PUBLIC Write (Object)

Parameters:
poData Progress.Lang.Object


Constructor Detail
Top

PUBLIC AuthorizationStatusFilter (IHttpRequest)

Parameters:
poMessage OpenEdge.Net.HTTP.IHttpRequest


Property Detail
Top

PUBLIC OpenEdge.Net.HTTP.IHttpMessage Message

Returns OpenEdge.Net.HTTP.IHttpMessage


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0