OwinRequest.Context Property

 

Gets the request context.

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

Syntax

public virtual IOwinContext Context { get; }
public:
property IOwinContext^ Context {
    virtual IOwinContext^ get();
}
abstract Context : IOwinContext with get
override Context : IOwinContext with get
Public Overridable ReadOnly Property Context As IOwinContext

Property Value

Type: Microsoft.Owin.IOwinContext

The request context.

Implements

IOwinRequest.Context

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top