Click or drag to resize

NcpdpTelcoReader(Stream, String, 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,
	string rulesAssembly,
	Encoding encoding = null
)

Parameters

ediStream  Stream
The NCPDP TELCO stream to read from.
rulesAssembly  String
The name of the assembly containing the NCPDP TELCO classes.
encoding  Encoding  (Optional)
The encoding. The default is Encoding.UTF8.
See Also