This property returns the amount of data received by a Winsock control.
winsock.BytesReceived
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.