|
X12Writer Constructor (Stream, X12WriterSettings)
|
Initializes a new instance of the
X12Writer class.
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic X12Writer(
Stream stream,
X12WriterSettings settings = null
)
Public Sub New (
stream As Stream,
Optional settings As X12WriterSettings = Nothing
)
Parameters
- stream
- Type: System.IOStream
The stream to write to. - settings (Optional)
- Type: EdiFabric.Framework.WritersX12WriterSettings
The writer settings.
See Also