Click or drag to resize

NcpdpTelcoWriter(Stream, Boolean, Encoding, Boolean, Boolean) Constructor

Initializes a new instance of the NcpdpTelcoWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public NcpdpTelcoWriter(
	Stream stream,
	bool noG1 = false,
	Encoding encoding = null,
	bool autoTrailers = true,
	bool upperCase = 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