OpenEdge.Net.HTTP.Filter.Payload.MultipartEntityWriter
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| INT64 Write (memptr) |
/* Writes a multipart entity byte-by-byte.
@param memptr The multipart message body
@return int64 The number of bytes written */
|
||
| INT64 Write (MessagePart) |
/* Writes a message part into this entity
@param MessagePart The new part to add
@return int64 The number of bytes written */
|
||
| INT64 Write (Object) |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| MultipartEntityWriter () |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER Boundary |
|
||
| INTEGER CR |
|
||
| INTEGER LF |
|
Method Detail
INT64 Write (memptr)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INT64 Write (MessagePart)
|
||||||||||||||||
INT64 Write (Object)
|
||||||||||||||||
Constructor Detail
MultipartEntityWriter () |
||||
|---|---|---|---|---|
Property Detail
CHARACTER Boundary
|
||||||||
|---|---|---|---|---|---|---|---|---|
INTEGER CR
|
||||||||
INTEGER LF
|
||||||||