Info
Version: | 0.1.0.3 |
Author(s): | Roysvork |
Last Update: | Sunday, February 23, 2014 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Owin.Context |
Install
Install-Package Owin.Context
dotnet add package Owin.Context
paket add Owin.Context
Owin.Context Download (Unzip the "nupkg" after downloading)
Dependencies
- Owin(1.0.0)
Sharing of state between middleware in this way is not encouraged...where possible share *only* BCL types, through the enviroment dictionary.