Click or drag to resize
HttpMotionStreamBaseStopped Event
Is raised whenever Stop() is called or the connection terminates unexpectedly.

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual event EventHandler<MJpegSourceStoppedEventArgs> Stopped

Value

Type: SystemEventHandlerMJpegSourceStoppedEventArgs
Remarks
Start/Stop must not be called from inside this event.
See Also