Click or drag to resize
HttpMJpegServer Events

The HttpMJpegServer type exposes the following members.

Events
  NameDescription
Public eventOnAddContext
Is raised to notify the application of the creation of a new context, identified by a unique Id.
Public eventOnInitialRequest
is raised in order to notify application of newly created context, request and response. The application has the option to cancel the request and deny access to the client. The application can also modify the response message.
Public eventOnRemoveContext
Is raised to notify the application of the removal of a specific context, identified by a unique Id.
Top
See Also