NetworkComms ConnectionEstablishShutdownDelegate DelegateNetworkComms.Net Help

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public delegate void ConnectionEstablishShutdownDelegate(
	Connection connection
)

Parameters

connection
Type: NetworkCommsDotNet.Connections Connection
The connection which has been established or shutdown.
See Also