Namespace: OpenEdge.Net.HTTP.Filter.Payload
Type: Class MultipartFormSimpleEntityWriter
Parent Classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MultipartEntityWriter


Copyright (c) 2018 by Progress Software Corporation. All rights reserved.
File:MultipartFormSimpleEntityWriter
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. It will not take
Content-Type header (text/plain or an inferred type from the file extension)
Entity).
/* Default constructor



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

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

Method Detail
Top

INT64 Write (memptr)

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


Constructor Detail
Top

MultipartFormSimpleEntityWriter ()

/* Default constructor