IResponseStatusCode Property |
Gets or sets the HTTP status code 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 HttpStatusCode StatusCode { get; set; }
Property StatusCode As HttpStatusCode
Get
Set
property HttpStatusCode StatusCode {
HttpStatusCode get ();
void set (HttpStatusCode value);
}
abstract StatusCode : HttpStatusCode with get, set
Property Value
Type:
HttpStatusCodeSee Also