ListenerOnConnected Field
            Procedure used to notify about remote client connection. This procedure is executed in listener waiting loop and therefore should return immediately. 
            Time consuming operations (like database operations) should be executed in a new thread. Throwing an exception in this procedure could shut down
            the listener.
            
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public ListenerConnection OnConnected
Field Value
ListenerConnection