InetDataSent event (ILEADRasterInet)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void InetDataSent (short iComputer, long lSize);

Overview

Refer to Implementing Internet Functionality.

Remarks

This event is generated when all data for a specific object, such as a bitmap, has been sent to the remote computer that requested it.

It is possible for InetSendData, InetSendDib, InetSendSound method and InetSendBitmap to return before all data is actually sent to the remote computer. This event doesn't guarantee that the data got to the other end, it just indicates that all the data was sent. For example, if you call InetSendBitmap twice, you will get the InetDataSent event twice, once for each object (bitmap).

As data is being sent, the InetSending event will be generated.

See Also

Elements:

InetSendBitmap method, InetSendDIB method, InetSendData method, InetSendSound method, InetSending event

Topics

Working with Internet Functionality: Sending and Receiving Data