Click or drag to resize

NcpdpTelcoReader(Stream, Encoding) Constructor

Initializes a new instance of the NcpdpTelcoReader class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public NcpdpTelcoReader(
	Stream ediStream,
	Encoding encoding = null
)

Parameters

ediStream  Stream
The NCPDP TELCO stream to read from.
encoding  Encoding  (Optional)
The encoding. The default is Encoding.UTF8.
See Also