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.MotionJpegAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic event HttpMJpegServerInitalRequestEventHandler OnInitialRequest
Public Event OnInitialRequest As HttpMJpegServerInitalRequestEventHandler
public:
event HttpMJpegServerInitalRequestEventHandler^ OnInitialRequest {
void add (HttpMJpegServerInitalRequestEventHandler^ value);
void remove (HttpMJpegServerInitalRequestEventHandler^ value);
}
member OnInitialRequest : IEvent<HttpMJpegServerInitalRequestEventHandler,
EventArgs>
Value
Type:
StreamCoders.MotionJpegHttpMJpegServerInitalRequestEventHandler
See Also