Microsoft.Owin Namespace

 

The Microsoft.Owin namespace contains classes that supports OWIN collection.

Classes

Class Description
System_CAPS_pubclass CookieOptions

Options used to create a new cookie.

System_CAPS_pubclass FormCollection

Contains the parsed form values.

System_CAPS_pubclass HeaderDictionary

Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders.

System_CAPS_pubclass OwinContext

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubclass OwinMiddleware

An abstract base class for a standard middleware pattern.

System_CAPS_pubclass OwinRequest

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubclass OwinResponse

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubclass OwinStartupAttribute

Used to mark which class in an assembly should be used for automatic startup.

System_CAPS_pubclass ReadableStringCollection

Accessors for query, forms, etc.

System_CAPS_pubclass RequestCookieCollection

A wrapper for the request Cookie header

System_CAPS_pubclass ResponseCookieCollection

A wrapper for the response Set-Cookie header

System_CAPS_pubclass SendFileResponseExtensions

Provides extensions for IOwinResponse exposing the SendFile extension.

Structures

Structure Description
System_CAPS_pubstructure HostString

Represents the host portion of a Uri can be used to construct Uri's properly formatted and encoded for use in HTTP headers.

System_CAPS_pubstructure PathString

Provides correct escaping for Path and PathBase values when needed to reconstruct a request or redirect URI string

System_CAPS_pubstructure QueryString

Provides correct handling for QueryString value when needed to reconstruct a request or redirect URI string

Interfaces

Interface Description
System_CAPS_pubinterface IFormCollection

Contains the parsed form values.

System_CAPS_pubinterface IHeaderDictionary

Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders.

System_CAPS_pubinterface IOwinContext

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubinterface IOwinRequest

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubinterface IOwinResponse

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubinterface IReadableStringCollection

Accessors for headers, query, forms, etc.

Return to top