IOwinResponse.StatusCode Property

Gets or sets the OWIN status code of the output returned to the client.

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

Syntax

'Declaration
Property StatusCode As Integer 
    Get 
    Set
'Usage
Dim instance As IOwinResponse 
Dim value As Integer 

value = instance.StatusCode

instance.StatusCode = value
int StatusCode { get; set; }
property int StatusCode {
    int get ();
    void set (int value);
}
abstract StatusCode : int with get, set
function get StatusCode () : int 
function set StatusCode (value : int)

Property Value

Type: System.Int32
The OWIN status code of the output returned to the client.

See Also

Reference

IOwinResponse Interface

Microsoft.Owin Namespace