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

Copyright (c) 2014, 2015 by Progress Software Corporation. All rights reserved.
File:RedirectStatusFilter
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 ()
# Flush ()
LogMessage (character, integer) /** Logs a message @param character The message to log @param integer The level this message should be logged at */
# 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
# RedirectStatusFilter (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 Flush ()

Top

LogMessage (character, integer)

Purpose: Logs a message
Parameters:
pcMessage CHARACTER
piLogLevel INTEGER
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 RedirectStatusFilter (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