Click or drag to resize

NcpdpTelcoWriter Class

Writes .NET object into NCPDP TELCO documents.
Inheritance Hierarchy

Namespace:  EdiFabric.Framework.Writers
Assembly:  EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntax
public sealed class NcpdpTelcoWriter : BaseWriter

The NcpdpTelcoWriter type exposes the following members.

Constructors
  NameDescription
Public methodNcpdpTelcoWriter(Stream, Boolean, Encoding, Boolean)
Initializes a new instance of the NcpdpTelcoWriter class.
Public methodNcpdpTelcoWriter(String, Boolean, Boolean, Encoding, Boolean)
Initializes a new instance of the NcpdpTelcoWriter class.
Top
Methods
  NameDescription
Public methodDispose
Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer.
(Overrides BaseWriterDispose.)
Public methodWrite(TransmissionHeader, String)
Writes a transmission header to the destination to start a new transmission. Closes the previous transmission if any.
Public methodWrite(EdiMessage, Boolean, Separators)
Writes a message to the destination.
(Overrides BaseWriterWrite(EdiMessage, Boolean, Separators).)
Public methodWriteAsync(TransmissionHeader, String)
Writes a transmission header to the destination to start a new transmission asynchronously. Closes the previous transmission if any.
Public methodWriteAsync(EdiMessage, Boolean, Separators)
Writes a message to the destination asynchronously.
(Overrides BaseWriterWriteAsync(EdiMessage, Boolean, Separators).)
Top
See Also