RequestReceivedEventArgsResponse Property |
Gets details of the response to send back to the user.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IResponse Response { get; }
Public ReadOnly Property Response As IResponse
Get
public:
property IResponse^ Response {
IResponse^ get ();
}
member Response : IResponse with get
Property Value
Type:
IResponseSee Also