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)
Syntax public IRequest Request { get; }
Public ReadOnly Property Request As IRequest
Get
public:
property IRequest^ Request {
IRequest^ get ();
}
member Request : IRequest with get
Property Value
Type:
IRequestSee Also