Microsoft.Owin.Infrastructure Namespace
The Microsoft.Owin.Infrastructure namespace contains utility types for OWIN.
Classes
Class | Description | |
---|---|---|
ChunkingCookieManager | This handles cookies that are limited by per cookie length. It breaks down long cookies for responses, and reassembles them from requests. |
|
SignatureConversions | Adds adapters between T:System.Func.IDictionary.String.Object.Task and OwinMiddleware. |
|
SystemClock | Provides access to the normal system clock. |
|
WebUtilities | Response generation utilities. |
Interfaces
Interface | Description | |
---|---|---|
ICookieManager | ||
ISystemClock | Abstracts the system clock to facilitate testing. |
Return to top