Click or drag to resize
IWebServerRequestReceived Event
Raised on a background thread when the web server receives a request from a browser.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<RequestReceivedEventArgs> RequestReceived

Value

Type: SystemEventHandlerRequestReceivedEventArgs
Remarks
This is raised even if an event handler for BeforeRequestReceived flagged the request as having been handled. However the default web site will ignore requests that have been handled.
See Also