Click or drag to resize
HttpMJpegServerOnInitialRequest Event
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.

Namespace: StreamCoders.MotionJpeg
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public event HttpMJpegServerInitalRequestEventHandler OnInitialRequest

Value

Type: StreamCoders.MotionJpegHttpMJpegServerInitalRequestEventHandler
See Also