BaseContext<TOptions>.Request Property
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public ReadOnly Property Request As IOwinRequest
Get
'Usage
Dim instance As BaseContext
Dim value As IOwinRequest
value = instance.Request
public IOwinRequest Request { get; }
public:
property IOwinRequest^ Request {
IOwinRequest^ get ();
}
member Request : IOwinRequest
function get Request () : IOwinRequest
Property Value
Type: Microsoft.Owin.IOwinRequest