|
NcpdpTelcoWriter Constructor (String, Boolean, Boolean, Encoding, Boolean)
|
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic NcpdpTelcoWriter(
string path,
bool append,
bool noG1 = false,
Encoding encoding = null,
bool autoTrailers = true
)
Public Sub New (
path As String,
append As Boolean,
Optional noG1 As Boolean = false,
Optional encoding As Encoding = Nothing,
Optional autoTrailers As Boolean = true
)
Parameters
- path
- Type: SystemString
The path to the file to write to. - append
- Type: SystemBoolean
Whether to append to the file. The file will be overwritten by default. - 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