Click or drag to resize
HttpMJpegServerStart Method
Starts the listener to allow incoming connections. The listener cannot be started again after calling Stop().

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Start()
Remarks
This function can throw an HttpListenerException when the bound port is already in use.
See Also