BaseContext<TOptions>.Response Property

 

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

Syntax

public IOwinResponse Response { get; }
public:
property IOwinResponse^ Response {
    IOwinResponse^ get();
}
member Response : IOwinResponse with get
Public ReadOnly Property Response As IOwinResponse

Property Value

Type: Microsoft.Owin.IOwinResponse

See Also

BaseContext<TOptions> Class
Microsoft.Owin.Security.Provider Namespace

Return to top