OpenEdge.Net.HTTP.Filter.Payload.BinaryEntityWriter
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- 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 (character) |
/** Write data to/from the message
@param character Data to write */
|
||
| INT64 Write (longchar) |
|
||
| INT64 Write (memptr) |
|
||
| INT64 Write (Object) |
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| BinaryEntityWriter () |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER TransferEncoding |
|
Method Detail
Open ()
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INT64 Write (character)
|
||||||||||||||||
INT64 Write (longchar)
|
||||||||||||||||
INT64 Write (memptr)
|
||||||||||||||||
INT64 Write (Object)
|
||||||||||||||||
Constructor Detail
BinaryEntityWriter () |
||||
|---|---|---|---|---|
Property Detail
CHARACTER TransferEncoding
|
||||||||
|---|---|---|---|---|---|---|---|---|