Description
-
Holds total numbers of bytes waiting to leave local side.
Property type
-
A Long value. Total bytes in the outgoing
buffer.
Syntax
-
object.DataOut [= value]
The DataOut Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodSSH. |
| value |
A 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.
|