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)
Syntax public int HttpStatus { get; }
Public ReadOnly Property HttpStatus As Integer
Get
public:
property int HttpStatus {
int get ();
}
member HttpStatus : int with get
Property Value
Type:
Int32See Also