IPWorks SSH 2020 ActiveX Edition

Questions / Feedback?

ReadyToSend Property

This property is True when data can be sent over the SSH Channel.

Syntax

sshclientcontrol.ReadyToSend(SSHChannelId)

Default Value

False

Remarks

This property is True when data can be sent over the SSH Channel.

When Timeout is set to 0 (asynchronous) sending data may result in an error if the channel or underlying socket cannot accept more data to send. Monitor SSHChannelReadyToSend or ReadyToSend to determine when data can be sent again.

When Timeout is set to a positive value the control will block when sending data until the data can be successfully sent and SSHChannelReadyToSend and ReadyToSend do not need to be monitored.

The SSHChannelId parameter specifies the index of the item in the array. The size of the array is controlled by the SSHChannelCount property.

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

Data Type

Boolean

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 ActiveX Edition - Version 20.0 [Build 8501]