Base |
The BaseWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer. | |
| Flush | Obsolete. Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer. | |
| Write | Writes a message to the destination. | |
| WriteAsync(EdiMessage, Boolean, Separators) | Writes a message to the destination asynchronously. | |
| WriteAsync(EdiMessage, CancellationToken, Boolean, Separators) | Writes a message to the destination asynchronously with cancellation token. |