IOwinContext.Response Property

Gets a wrapper exposing response specific properties.

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

Syntax

'Declaration
ReadOnly Property Response As IOwinResponse 
    Get
'Usage
Dim instance As IOwinContext 
Dim value As IOwinResponse 

value = instance.Response
IOwinResponse Response { get; }
property IOwinResponse^ Response {
    IOwinResponse^ get ();
}
abstract Response : IOwinResponse
function get Response () : IOwinResponse

Property Value

Type: Microsoft.Owin.IOwinResponse
A wrapper exposing response specific properties.

See Also

Reference

IOwinContext Interface

Microsoft.Owin Namespace