Delegate which is executed when a connection is established or shutdown. See AppendGlobalConnectionEstablishHandler(NetworkComms ConnectionEstablishShutdownDelegate, Boolean) and AppendGlobalConnectionCloseHandler(NetworkComms ConnectionEstablishShutdownDelegate).
            
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- connection
 - Type: NetworkCommsDotNet.Connections Connection
The connection which has been established or shutdown. 
See Also