| NcpdpTelcoWriter(Stream, Boolean, Encoding, Boolean, Boolean) Constructor |
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public NcpdpTelcoWriter(
Stream stream,
bool noG1 = false,
Encoding encoding = null,
bool autoTrailers = true,
bool upperCase = false
)
Public Sub New (
stream As Stream,
Optional noG1 As Boolean = false,
Optional encoding As Encoding = Nothing,
Optional autoTrailers As Boolean = true,
Optional upperCase As Boolean = false
)
Parameters
- stream Stream
- The stream to write to.
- noG1 Boolean (Optional)
- Set this to true to skip G1 and transactions reference number for single messages.
- encoding Encoding (Optional)
- The encoding. The default is Encoding.UTF8.
- autoTrailers Boolean (Optional)
- Whether to automatically apply trailers to transmissions.
- upperCase Boolean (Optional)
- Whether to enforce upper case for the output.
See Also