|
NcpdpTelcoWriter Constructor (Stream, Boolean, Encoding, Boolean)
|
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic NcpdpTelcoWriter(
Stream stream,
bool noG1 = false,
Encoding encoding = null,
bool autoTrailers = true
)
Public Sub New (
stream As Stream,
Optional noG1 As Boolean = false,
Optional encoding As Encoding = Nothing,
Optional autoTrailers As Boolean = true
)
Parameters
- stream
- Type: System.IOStream
The stream to write to. - noG1 (Optional)
- Type: SystemBoolean
Set this to true to skip G1 and transactions reference number for single messages. - encoding (Optional)
- Type: System.TextEncoding
The encoding. The default is Encoding.UTF8. - autoTrailers (Optional)
- Type: SystemBoolean
Whether to automatically apply trailers to transmissions.
See Also