BaseContext<TOptions>.Request Property

 

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

Syntax

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

Property Value

Type: Microsoft.Owin.IOwinRequest

See Also

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

Return to top