Delegate NewConnectionDelegate
Represents a delegate to call when a new connection is enstablished.
Namespace: Fibula.Communications.Contracts.Delegates
Assembly: Fibula.Communications.Contracts.dll
Syntax
public delegate void NewConnectionDelegate(IConnection connection);
Parameters
Type | Name | Description |
---|---|---|
IConnection | connection | The connection that was opened. |