Share via


IOwinResponse.StatusCode Property

 

Gets or sets the optional owin.ResponseStatusCode.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

int StatusCode { get; set; }
property int StatusCode {
    int get();
    void set(int value);
}
abstract StatusCode : int with get, set
Property StatusCode As Integer

Property Value

Type: System.Int32

The optional owin.ResponseStatusCode, or 200 if not set.

See Also

IOwinResponse Interface
Microsoft.Owin Namespace

Return to top