OwinResponse.StatusCode Property
Gets or sets the optional owin.ResponseStatusCode.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual int StatusCode { get; set; }
public:
property int StatusCode {
virtual int get();
virtual void set(int value);
}
abstract StatusCode : int with get, set
override StatusCode : int with get, set
Public Overridable Property StatusCode As Integer
Property Value
Type: System.Int32
The optional owin.ResponseStatusCode, or 200 if not set.
Implements
See Also
OwinResponse Class
Microsoft.Owin Namespace
Return to top