Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.Owin Namespace

 

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

ClassDescription
System_CAPS_pubclassCookieOptions

Options used to create a new cookie.

System_CAPS_pubclassFormCollection

Contains the parsed form values.

System_CAPS_pubclassHeaderDictionary

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

System_CAPS_pubclassOwinContext

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubclassOwinMiddleware

An abstract base class for a standard middleware pattern.

System_CAPS_pubclassOwinRequest

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubclassOwinResponse

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubclassOwinStartupAttribute

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

System_CAPS_pubclassReadableStringCollection

Accessors for query, forms, etc.

System_CAPS_pubclassRequestCookieCollection

A wrapper for the request Cookie header

System_CAPS_pubclassResponseCookieCollection

A wrapper for the response Set-Cookie header

System_CAPS_pubclassSendFileResponseExtensions

Provides extensions for IOwinResponse exposing the SendFile extension.

StructureDescription
System_CAPS_pubstructureHostString

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_pubstructurePathString

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

System_CAPS_pubstructureQueryString

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

InterfaceDescription
System_CAPS_pubinterfaceIFormCollection

Contains the parsed form values.

System_CAPS_pubinterfaceIHeaderDictionary

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

System_CAPS_pubinterfaceIOwinContext

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubinterfaceIOwinRequest

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubinterfaceIOwinResponse

This wraps OWIN environment dictionary and provides strongly typed accessors.

System_CAPS_pubinterfaceIReadableStringCollection

Accessors for headers, query, forms, etc.

Return to top
Show: