SendProgress

This event occurs during the transmission of data.

Syntax

Private Sub winsock_SendProgress(bytesSent, bytesRemaining)

Parameters

winsock
Object expression that evaluates to an object.
bytesSent
Number of bytes sent.
bytesRemaining
Number of bytes yet to be sent.

Remarks

The Winsock control initiates the SendComplete event when all data is sent. The Winsock control sends data in pieces that are 8 KB in size or smaller.