SetInputStreamAsync Method
The input stream to read from when calling ConvertXML or ConvertACH .
Syntax
[VB.NET] Public Function SetInputStreamAsync(ByVal InputStream As System.IO.Stream) As Task
[C#] public Task SetInputStreamAsync(System.IO.Stream inputStream);