HttpMJpegServer Events |
The HttpMJpegServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnAddContext |
Is raised to notify the application of the creation of a new context, identified by a unique Id.
|
![]() | OnInitialRequest |
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.
|
![]() | OnRemoveContext |
Is raised to notify the application of the removal of a specific context, identified by a unique Id.
|