BytesReceived

This property returns the amount of data received by a Winsock control.

Syntax

winsock.BytesReceived

Parameters

winsock
Reference to a Winsock control.

Remarks

The BytesReceived property is read-only. It is unavailable at design time.

When data is received by a Winsock control, the control fires the DataArrival event. Use the GetData method to retrieve the data.