BaseContext.Response Property

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

Syntax

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

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

Property Value

Type: Microsoft.Owin.IOwinResponse

See Also

Reference

BaseContext Class

Microsoft.Owin.Security.Provider Namespace