IResponseController. StatusCode Property

Relativity Kepler
Get/Set the http StatusCode for the response.

Namespace:  Relativity.Kepler.Transport
Assembly:  Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax

C#
Nullable<HttpStatusCode> StatusCode { get; set; }

Property Value

Type: Nullable< HttpStatusCode>
Remarks

https://docs.microsoft.com/en-us/dotnet/api/system.net.httpstatuscode
See Also

Reference