Click or drag to resize
HttpMJpegServer Methods

The HttpMJpegServer type exposes the following members.

Methods
  NameDescription
Public methodAddContext
Adds a context to the server.
Public methodContextQueueCount
Retrieves the number of queued pictures for a specific context.
Public methodDequeueFromContext
Deques an item from a specific context.
Public methodEnqueue
Enqueues a new stream to the server. The stream have to be of a complete encoded JPEG picture.
Public methodEnqueueToAllContexts
Enqueues an already serialized picture to all contexts.
Public methodPrepareEnqueue
Transforms a stream containing a JPEG into a M-JPEG (streamable) buffer.
Public methodRemoveContext
Removes a context from the server. Note that this only removes the structure, but does not disconnect the actual client. To deny a client access, set CancelRequest to true in the OnInitialRequest event.
Public methodStart
Starts the listener to allow incoming connections. The listener cannot be started again after calling Stop().
Public methodStop
Stops the listener and disposes all connected contexts.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also