| ResponseSentEventArgsMilliseconds Property  | 
            Gets the number of milliseconds that elapsed between the RequestReceived event being raised and the response returned.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Milliseconds { get; }Public ReadOnly Property Milliseconds As Integer
	Get
public:
property int Milliseconds {
	int get ();
}member Milliseconds : int with get
Property Value
Type: 
Int32
See Also