IOwinResponse.StatusCode Property

Definition

Gets or sets the optional owin.ResponseStatusCode.

public int StatusCode { get; set; }
member this.StatusCode : int with get, set
Public Property StatusCode As Integer

Property Value

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

Applies to