|
NcpdpTelcoReader Constructor (Stream, FuncMessageContext, Assembly, Encoding)
|
Namespace:
EdiFabric.Framework.Readers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic NcpdpTelcoReader(
Stream ediStream,
Func<MessageContext, Assembly> assemblyFactory,
Encoding encoding = null
)
Public Sub New (
ediStream As Stream,
assemblyFactory As Func(Of MessageContext, Assembly),
Optional encoding As Encoding = Nothing
)
Parameters
- ediStream
- Type: System.IOStream
The NCPDP TELCO stream to read from. - assemblyFactory
- Type: SystemFuncMessageContext, Assembly
The delegate to return the assembly containing the NCPDP TELCO classes. - encoding (Optional)
- Type: System.TextEncoding
The encoding. The default is Encoding.UTF8.
See Also