ConnectList property (ILEADRasterInet)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short ConnectList (short iIndex)

Overview

Refer to Implementing Internet Functionality.

Remarks

(Read only) An array of computer handles of current connections. The connections can result from InetConnect or InetAcceptConnect.

Use this property to keep track of current connections. Computer handles are automatically added and deleted from this array as connections are made or dropped.

Note:

The ConnectList property contains handles to all computers that are connected, regardless of the server that accepted the connection. If you wish to keep up with connections on a per server basis, you should use one control per server.

See Also

Elements:

ConnectListNum property, InetConnect method, SendList property

Topics

Working with Internet Functionality: Network Connections