Click or drag to resize

NcpdpTelcoReader(Stream, FuncMessageContext, Assembly, 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<MessageContext, Assembly> assemblyFactory,
	Encoding encoding = null
)

Parameters

ediStream  Stream
The NCPDP TELCO stream to read from.
assemblyFactory  FuncMessageContext, Assembly
The delegate to return the assembly containing the NCPDP TELCO classes.
encoding  Encoding  (Optional)
The encoding. The default is Encoding.UTF8.
See Also