Share via


OwinResponse.Context Property

Gets or sets the IOwinContext.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Context As IOwinContext 
    Get
'Usage
Dim instance As OwinResponse 
Dim value As IOwinContext 

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

Property Value

Type: Microsoft.Owin.IOwinContext
The IOwinContext.

Implements

IOwinResponse.Context

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace