OpenEdge.Net.HTTP.Filter.Payload.MultipartFormBodyWriter
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| Open () |
|
||
| INT64 Write (IMap) |
/* Writes a Map/Dictionary as form data (since a map has key-value pairs).
@param IMap A map for form fields and their values
@return int64 The number of bytes written */
|
||
| INT64 Write (MultipartEntity) |
|
||
| INT64 Write (Object) |
|
||
| WriteField (Object, Object) |
/* Writes a form 'field' as a part
@param Object The part name (the key)
@param Object The part value */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| MultipartFormBodyWriter () |
/* Default constructor */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER Boundary |
|
||
| CHARACTER Encoding |
|
Method Detail
Open () |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INT64 Write (IMap)
|
||||||||||||||||
INT64 Write (MultipartEntity)
|
||||||||||||||||
INT64 Write (Object)
|
||||||||||||||||
WriteField (Object, Object)
|
||||||||||||||||
Constructor Detail
MultipartFormBodyWriter ()
|
||||||
|---|---|---|---|---|---|---|
Property Detail
CHARACTER Boundary
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER Encoding
|
||||||||