Click or drag to resize
TcpNetworkClientOnDisconnect Event
Will be called once on transition from Connected to Disconnected.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public event NetworkOperationCompleteArgs OnDisconnect

Value

Type: StreamCoders.NetworkNetworkOperationCompleteArgs
Remarks
This event is invoked on the UI thread.
See Also