IOwinContext.Response Property

 

Gets a wrapper exposing response specific properties.

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

Syntax

IOwinResponse Response { get; }
property IOwinResponse^ Response {
    IOwinResponse^ get();
}
abstract Response : IOwinResponse with get
ReadOnly Property Response As IOwinResponse

Property Value

Type: Microsoft.Owin.IOwinResponse

A wrapper exposing response specific properties.

See Also

IOwinContext Interface
Microsoft.Owin Namespace

Return to top