Click or drag to resize
IWebServerRequestFinished Event
Raised after a response has been sent and the request completely closed down. The parameter is the UniqueId of the ResponseSentEventArgs original created for the request.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<EventArgs<long>> RequestFinished

Value

Type: SystemEventHandlerEventArgsInt64
See Also