IOwinResponse.Context Property
Gets the request context.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
IOwinContext Context { get; }
property IOwinContext^ Context {
IOwinContext^ get();
}
abstract Context : IOwinContext with get
ReadOnly Property Context As IOwinContext
Property Value
Type: Microsoft.Owin.IOwinContext
The request context.
See Also
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top