Sends data to SSH host with command terminator.
Does not wait for shell prompt to be returned.
Namespace: Jscape.SshAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public void SendNoWait( string data ) |
Visual Basic |
---|
Public Sub SendNoWait ( _ data As String _ ) |
Visual C++ |
---|
public: void SendNoWait( String^ data ) |
Parameters
- data
- Type: System..::..String
the data to send