SendList property (ILEADRasterInet)
short SendList (short iIndex) | |
Overview |
Refer to Implementing Internet Functionality. |
Remarks
An array of computer handles to which data will be sent.
Use this property to create a list of remote computers to which you wish to send data using the InetSendData, InetSendBitmap, InetSendSound or InetSendDIB methods.
To remove a computer from the list, set the value of the desired index to 0. This will update the list and the SendListNum property.
When connections are removed from the ConnectList property in response to a call to InetDisconnected event, the corresponding computer handle is automatically removed from the SendList array.
See Also