Namespace: OpenEdge.Net.HTTP.Filter.Payload
Class
MultipartEntityWriter
Parent classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MessageWriter
Implements: OpenEdge.Net.ISupportMultipartEntity

Copyright (c) 2015 by Progress Software Corporation. All rights reserved.
File:MultipartEntityWriter
Purpose:Creates a MultiPartEntity per http://tools.ietf.org/html/rfc2046
Author(s):pjudge
Created:Wed Jul 01 16:53:21 EDT 2015
Notes:- Write() operations are destructive (they replace the existing
Entity).
- http://www.w3.org/Protocols/rfc1341/7_2_Multipart.html




Method Summary
Options Name Purpose
_Debug (memptr)
INT64 Write (memptr)
INT64 Write (Object)

Constructor Summary
Options Name Purpose
MultipartEntityWriter ()

Property Summary
Options Name Purpose
CHARACTER Boundary /** The character string delimiting the parts. Excludes the leading and trailing -- */
CHARACTER CRLF /* private and immutable constant value */


Method Detail
Top

_Debug (memptr)

Parameters:
mmValue OpenEdge.Core.Memptr
Top

INT64 Write (memptr)

Parameters:
pmData OpenEdge.Core.Memptr
Returns INT64
Top

INT64 Write (Object)

Parameters:
poData Progress.Lang.Object
Returns INT64


Constructor Detail
Top

MultipartEntityWriter ()



Property Detail
Top

CHARACTER Boundary

Purpose: The character string delimiting the parts. Excludes the leading and trailing --
Returns CHARACTER
Top

CHARACTER CRLF

/* private and immutable constant value
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7