Click or drag to resize
ResponseSentEventArgsMilliseconds Property
Gets the number of milliseconds that elapsed between the RequestReceived event being raised and the response returned.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Milliseconds { get; }

Property Value

Type: Int32
See Also