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

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




Method Summary
Options Name Purpose
Close ()
Destroy ()
Flush ()
Initialize ()
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 /** (mandatory) The message that's being written to. The values passed in to the Write() methods will be parsed/processed and writted to this message. */


Method Detail
Top

Close ()

Top

Destroy ()

Top

Flush ()

Top

Initialize ()

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

Purpose: (mandatory) The message that's being written to. The values passed in to the Write() methods
will be parsed/processed and writted to this message.
Returns OpenEdge.Net.HTTP.IHttpMessage


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7