DataToSend Property
A string of data to be sent to the remote host.
Object Oriented Interface
public function setDataToSend($sshchannelid, $value);
Procedural Interface
ipworksssh_sshreversetunnel_set($res, 4, $value , $sshchannelid);
Default Value
''
Remarks
A string of data to be sent to the remote host. Write-only property.
Assigning a string to the DataToSend makes the class send the string to the remote host.
The size of the array is controlled by the SSHChannelCount property.
This property is write-only and not available at design time.
Data Type
Binary String