IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

SetOutputStream Method

The stream to which the component will write the JSON.

Syntax

[VB.NET]
Public Sub SetOutputStream(ByVal OutputStream As System.IO.Stream)
[C#]
public void SetOutputStream(System.IO.Stream outputStream);

Remarks

This method sets the stream to which output will be written when writing data.

Output Properties

The component will determine the destination of the output based on which properties are set.

The order in which the output properties are checked is as follows:

  • SetOutputStream
  • OutputFile
  • OutputData: The output data is written to this property if no other destination is specified.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]