Chameleon and Iguana Plugin C# Class Libraries

LlpServer.ClientCollection.Item Property

Accesses Client at the given index.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As LlpConnection
[C#]
public LlpConnection this[
   int index
] {get;}

Remarks

See also LlpServer.Client.

See Also

LlpServer.ClientCollection Class | iNTERFACEWARE.Chameleon Namespace