OwinRequest.Context Property

Definition

Gets the request context.

public virtual Microsoft.Owin.IOwinContext Context { get; }
member this.Context : Microsoft.Owin.IOwinContext
Public Overridable ReadOnly Property Context As IOwinContext

Property Value

The request context.

Implements

Applies to