Namespace: OpenEdge.Net.HTTP.Filter.Payload
Type: Class MultipartBodyWriter
Parent Classes:
Inherits: OpenEdge.Net.HTTP.Filter.Payload.MessageWriter
Implements: OpenEdge.Net.ISupportMultipartEntity


Copyright (c) 2015, 2018 by Progress Software Corporation. All rights reserved.
File:MultipartBodyWriter
Author(s):pjudge
Created:Thu Jan 29 10:47:13 EST 2015
Purpose: The character string delimiting the parts. Excludes the leading and trailing --



Method Summary
  Options Name Purpose
  Open ()
  INT64 Write (MultipartEntity)
  INT64 Write (Object)

Constructor Summary
  Options Name Purpose
  MultipartBodyWriter ()

Property Summary
  Options Name Purpose
  CHARACTER Boundary


Method Detail
Top

Open ()

Top

INT64 Write (MultipartEntity)

Parameters:
pData OpenEdge.Net.MultipartEntity
 
Returns INT64
 
Top

INT64 Write (Object)

Parameters:
pData Progress.Lang.Object
 
Returns INT64
 


Constructor Detail
Top

MultipartBodyWriter ()



Property Detail
Top

CHARACTER Boundary

Returns CHARACTER