Get/Set the http StatusCode for the response.
Namespace: Relativity.Kepler.Transport
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public Nullable<HttpStatusCode> StatusCode { get; set; }
Property Value
Type: Nullable< HttpStatusCode>Implements
IResponseController.StatusCodeRemarks
See Also