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

Stdout Property

Provides the standard output (stdout) from the remote application.

Syntax

[VB.NET]
Public ReadOnlyProperty Stdout As String
Public ReadOnlyProperty StdoutB As Byte()

[C#]
public string Stdout {get;}
public byte[] StdoutB {get;}

Remarks

The property is set to an empty string before each new request.

This property is read-only and not available at design time.

Default Value

""

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