Share via


CookieResponseSignInContext.Request Property

Used to access properties of the current request

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

Syntax

'Declaration
Public Property Request As IOwinRequest 
    Get 
    Private Set
'Usage
Dim instance As CookieResponseSignInContext 
Dim value As IOwinRequest 

value = instance.Request
public IOwinRequest Request { get; private set; }
public:
property IOwinRequest^ Request {
    IOwinRequest^ get ();
    private: void set (IOwinRequest^ value);
}
member Request : IOwinRequest with get, private set
function get Request () : IOwinRequest 
private function set Request (value : IOwinRequest)

Property Value

Type: Microsoft.Owin.IOwinRequest

See Also

Reference

CookieResponseSignInContext Class

Microsoft.Owin.Security.Cookies Namespace