Id property

A unique ID for all connection objects.

Applies to
CHMllpConnection

Declaration
Public Property Get Id() As Long

Description

This ID is generated sequentially (i.e. 0, 1, 2, 3, etc.) for all connections received from a LlpServer, beginning at 0 when the application starts. The ID is globally unique and will allow users to identify connections from the same client, or connections from different clients.


Chameleon VB 6.0 Documentation