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

Send Method

Send standard input to the program executing on the remote host.

Syntax

[VB.NET]
Public Sub Send(ByVal Text As String)
[C#]
public void Send(byte[] text);

Remarks

Calling this method is equivalent to setting the Stdin property to Text.

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