Click or drag to resize
DisconnectedCallback Delegate
Callback is called when a TCP connection is terminated.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void DisconnectedCallback(
	Object sender
)

Parameters

sender
Type: SystemObject
Source of the event.
See Also