OwinResponse.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
Public Overridable Property StatusCode As Integer 
    Get 
    Set
'Usage
Dim instance As OwinResponse 
Dim value As Integer 

value = instance.StatusCode

instance.StatusCode = value
public virtual int StatusCode { get; set; }
public:
virtual property int StatusCode {
    int get ();
    void set (int value);
}
abstract StatusCode : int with get, set 
override 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.

Implements

IOwinResponse.StatusCode

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace