Namespace: OpenEdge.Net.HTTP.Filter.Payload
Class
BinaryBodyWriter
Parent classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MessageWriter
Implements: OpenEdge.Net.ISupportTransferEncoding

Copyright (c) 2015 by Progress Software Corporation. All rights reserved.
File:BinaryBodyWriter
Author(s):pjudge
Created:Thu Jan 29 10:47:13 EST 2015




Method Summary
Options Name Purpose
Open () /** Opens the writer for output. Open/Close allows us to write the same message multiple times without requiring a new writer each time. */
INT64 Write (Object)

Constructor Summary
Options Name Purpose
BinaryBodyWriter ()

Property Summary
Options Name Purpose
CHARACTER TransferEncoding /* Transfer encoding (eg base63 or binary or 7bit or 8bit etc ) used by the implementer */


Method Detail
Top

Open ()

Purpose: Opens the writer for output. Open/Close allows us to write the same message multiple
times without requiring a new writer each time.
Top

INT64 Write (Object)

Parameters:
poData Progress.Lang.Object
Returns INT64


Constructor Detail
Top

BinaryBodyWriter ()



Property Detail
Top

CHARACTER TransferEncoding

/* Transfer encoding (eg base63 or binary or 7bit or 8bit etc ) used by the implementer
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7