SendData

This method sends data to a remote computer. SendData supports only strings and arrays of integers.

Syntax

winsock.SendData data

Parameters

winsock
Object expression that evaluates to a Winsock control.
data
String or an array of integers.

Return Value

None.

Remarks

After you call the SendData method, the SendProgress and SendComplete events indicate how much data has been sent.