ListenerConnection Delegate
Delegate used to notify about new incoming client connection and client disconnection.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public delegate void ListenerConnection(
Listener listener
)
Parameters
- listener Listener
- Listener that received connection.