AuthenticationHandler.Request Property

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

Syntax

'Declaration
Protected ReadOnly Property Request As IOwinRequest 
    Get
'Usage
Dim value As IOwinRequest 

value = Me.Request
protected IOwinRequest Request { get; }
protected:
property IOwinRequest^ Request {
    IOwinRequest^ get ();
}
member Request : IOwinRequest
function get Request () : IOwinRequest

Property Value

Type: Microsoft.Owin.IOwinRequest

See Also

Reference

AuthenticationHandler Class

Microsoft.Owin.Security.Infrastructure Namespace