Back to product page

DataOut property


Holds total numbers of bytes waiting to leave local side.

Type

A Long value. Total bytes in the outgoing buffer.

Syntax

  • Basic
object.DataOut [= value]
The DataOut(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSSH.
valueA Long value.

Remarks

DataOut property will return total number of bytes waiting to be sent from local side to the server. If you're accumulating data with Send method, it takes some time for data to leave local side and until it's received by the server. This property will return total number of bytes in local buffers waiting to be delivered.

Platforms

Windows