Chameleon and Iguana Plugin C# Class Libraries

LlpServer.ClientConnectedEvent Delegate

Fired when a connection is made to the server by a new client.

[Visual Basic]
Public Delegate Sub LlpServer.ClientConnectedEvent( _
   ByVal sender As Object, _
   ByVal Args As EventArgs, _
   ByVal Client As LlpConnection _
)
[C#]
public delegate void LlpServer.ClientConnectedEvent(
   object sender,
   EventArgs Args,
   LlpConnection Client
);

Parameters

sender
The object that triggered the event.
Args
Arguments to the event.
Client
The client object that is connecting.

Remarks

This event is useful for logging.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

iNTERFACEWARE.Chameleon Namespace