| ResponseSentEventArgsHttpStatus Property  | 
            Gets the HTTP status code send to the browser.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int HttpStatus { get; }Public ReadOnly Property HttpStatus As Integer
	Get
public:
property int HttpStatus {
	int get ();
}member HttpStatus : int with get
Property Value
Type: 
Int32
See Also