Click or drag to resize

NcpdpTelcoReader(Stream, FuncTransmissionHeader, TransactionHeader, ResponseHeader, TypeInfo, Encoding) Constructor

Initializes a new instance of the NcpdpTelcoReader class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public NcpdpTelcoReader(
	Stream ediStream,
	Func<TransmissionHeader, TransactionHeader, ResponseHeader, TypeInfo> typeFactory,
	Encoding encoding = null
)

Parameters

ediStream  Stream
The NCPDP TELCO stream to read from.
typeFactory  FuncTransmissionHeader, TransactionHeader, ResponseHeader, TypeInfo
The delegate to return the type of the parsed transaction.
encoding  Encoding  (Optional)
The encoding. The default is Encoding.UTF8.
See Also