Chameleon and Iguana Plugin C# Class Libraries

LlpConnection.Id Property

A unique ID for all connection objects.

[Visual Basic]
Public ReadOnly Property Id As Integer
[C#]
public int Id {get;}

Remarks

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.

See Also

LlpConnection Class | iNTERFACEWARE.Chameleon Namespace