ListenerOnDisconnected Field

Procedure used to notify about remote client disconnection. This procedure is executed in listener waiting loop and therefore should return immediately. Throwing an exception in this procedure could shut down the listener.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public ListenerConnection OnDisconnected

Field Value

ListenerConnection

See Also