E-Payment Integrator 2020 .NET Edition

Questions / Feedback?

SetInputStream Method

The input stream to read from when calling ConvertXML or ConvertACH .

Syntax

public void SetInputStream(System.IO.Stream inputStream);
Public Sub SetInputStream(ByVal InputStream As System.IO.Stream)

Remarks

This property should contain the stream ConvertXML or ConvertACH will read from. If you do not wish to use a stream, you may specify an InputFile, or simply set the data in memory in the InputString property. If multiple inputs are specified, the source used will be selected in the following priority: SetInputStream, InputFile, and then InputString.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 .NET Edition - Version 20.0 [Build 7941]