Namespace: OpenEdge.Net.HTTP.Filter.Payload
Class
MultipartFormEntityWriter
Parent classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MultipartEntityWriter

Copyright (c) 2018 by Progress Software Corporation. All rights reserved.
File:MultipartFormEntityWriter
Purpose:Creates a MultipartEntity per http://tools.ietf.org/html/rfc2046 for multipart/form-data messages
Author(s):pjudge
Created:2018-03-22
Notes:* This uses the WEB-CONTEXT object when possible, for performance reasons.
OpenEdge.Net.HTTP.Filter.Payload.MultipartFormSimpleEntityWriter is the fastest parser and
does NOT read any part headers.
Entity).
/* Default constructor




Method Summary
Options Name Purpose
INT64 Write (memptr) /* Writes a multipart entity based on the WEB-CONTEXT, if possible; includes any headers in the body. @param memptr The multipart message body @return int64 The number of bytes written */

Constructor Summary
Options Name Purpose
MultipartFormEntityWriter () /* Default constructor */


Method Detail
Top

INT64 Write (memptr)

/* Writes a multipart entity based on the WEB-CONTEXT, if possible;
includes any headers in the body.
Parameters:
pData MEMPTR
Returns INT64
int64 The number of bytes written


Constructor Detail
Top

MultipartFormEntityWriter ()

/* Default constructor


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15