OpenEdge.Net.HTTP.Filter.Payload.BinaryBodyWriter
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| Open () |
/** Opens the writer for output. Open/Close allows us to write the same message multiple
times without requiring a new writer each time. */
|
||
| INT64 Write (longchar) |
|
||
| INT64 Write (memptr) |
|
||
| INT64 Write (Object) |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| BinaryBodyWriter () |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER TransferEncoding |
|
Method Detail
Open ()
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INT64 Write (longchar)
|
||||||||||||||
INT64 Write (memptr)
|
||||||||||||||
INT64 Write (Object)
|
||||||||||||||
Constructor Detail
BinaryBodyWriter () |
||||
|---|---|---|---|---|
Property Detail
CHARACTER TransferEncoding
|
||||||||
|---|---|---|---|---|---|---|---|---|