IOwinContext.Response Property

Definition

Gets a wrapper exposing response specific properties.

public Microsoft.Owin.IOwinResponse Response { get; }
member this.Response : Microsoft.Owin.IOwinResponse
Public ReadOnly Property Response As IOwinResponse

Property Value

A wrapper exposing response specific properties.

Applies to