AuthenticationHandler.Request Property
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected IOwinRequest Request { get; }
protected:
property IOwinRequest^ Request {
IOwinRequest^ get();
}
member Request : IOwinRequest with get
Protected ReadOnly Property Request As IOwinRequest
Property Value
Type: Microsoft.Owin.IOwinRequest
See Also
AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top