TCPSocket.BytesLeftToSend

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aTCPSocket.BytesLeftToSend

Supported for all project types and targets.

The number of bytes left in the queue remaining to be sent.

Notes

This enables you to create a synchronous socket without needing to subclass it.


Sample Code

TextField1.Value = Str(Me.BytesLeftToSend)