IOwinRequest.Context Property

Gets the request context.

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

Syntax

'Declaration
ReadOnly Property Context As IOwinContext 
    Get
'Usage
Dim instance As IOwinRequest 
Dim value As IOwinContext 

value = instance.Context
IOwinContext Context { get; }
property IOwinContext^ Context {
    IOwinContext^ get ();
}
abstract Context : IOwinContext
function get Context () : IOwinContext

Property Value

Type: Microsoft.Owin.IOwinContext
The request context.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace