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, 2015 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

PROTECTED Close ()

Top

PROTECTED Destroy ()

Top

PROTECTED Flush ()

Top

PROTECTED Initialize ()

Top

PROTECTED Open ()

Top

PROTECTED Write (character)

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

PROTECTED Write (longchar)

Parameters:
pcData LONGCHAR
Top

PROTECTED Write (handle)

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

PROTECTED Write (memptr)

Parameters:
pmData MEMPTR
Top

PROTECTED Write (Object)

Parameters:
poData Progress.Lang.Object


Constructor Detail
Top

PROTECTED AuthorizationStatusFilter (IHttpRequest)

Parameters:
poMessage OpenEdge.Net.HTTP.IHttpRequest


Property Detail
Top

PROTECTED 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


10.27.2015 12:36:44