Click or drag to resize
IWebServerAfterRequestReceived Event
Raised on a background thread when the web server receives a request from a browser. Called after RequestReceived is raised.

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

Value

Type: SystemEventHandlerRequestReceivedEventArgs
Remarks
This event allows plugins to fulfil web requests that they are sure have not been handled by the main web site.
See Also