| ResponseSentEventArgsRequest Property  | 
            Gets the object describing the original request.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IRequest Request { get; }Public ReadOnly Property Request As IRequest
	Get
public:
property IRequest^ Request {
	IRequest^ get ();
}member Request : IRequest with get
Property Value
Type: 
IRequest
See Also