![]() |
NcpdpTelcoWriter Class |
Namespace: EdiFabric.Framework.Writers
The NcpdpTelcoWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | NcpdpTelcoWriter(Stream, Boolean, Encoding, Boolean) |
Initializes a new instance of the NcpdpTelcoWriter class.
|
![]() | NcpdpTelcoWriter(String, Boolean, Boolean, Encoding, Boolean) |
Initializes a new instance of the NcpdpTelcoWriter class.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Flushes the writer.
Closes the last started interchange and group if any.
Flushes the underlying StreamWriter to clear the buffer.
(Overrides BaseWriterDispose.) |
![]() | Write(TransmissionHeader, String) |
Writes a transmission header to the destination to start a new transmission.
Closes the previous transmission if any.
|
![]() | Write(EdiMessage, Boolean, Separators) |
Writes a message to the destination.
(Overrides BaseWriterWrite(EdiMessage, Boolean, Separators).) |
![]() | WriteAsync(TransmissionHeader, String) |
Writes a transmission header to the destination to start a new transmission asynchronously.
Closes the previous transmission if any.
|
![]() | WriteAsync(EdiMessage, Boolean, Separators) |
Writes a message to the destination asynchronously.
(Overrides BaseWriterWriteAsync(EdiMessage, Boolean, Separators).) |