Microsoft.Owin.Infrastructure Namespace

 

The Microsoft.Owin.Infrastructure namespace contains utility types for OWIN.

Classes

Class Description
System_CAPS_pubclass ChunkingCookieManager

This handles cookies that are limited by per cookie length. It breaks down long cookies for responses, and reassembles them from requests.

System_CAPS_pubclass SignatureConversions

Adds adapters between T:System.Func.IDictionary.String.Object.Task and OwinMiddleware.

System_CAPS_pubclass SystemClock

Provides access to the normal system clock.

System_CAPS_pubclass WebUtilities

Response generation utilities.

Interfaces

Interface Description
System_CAPS_pubinterface ICookieManager

System_CAPS_pubinterface ISystemClock

Abstracts the system clock to facilitate testing.

Return to top