Microsoft.Owin Namespace
The Microsoft.Owin namespace contains classes that supports OWIN collection.
Classes
Class | Description | |
---|---|---|
CookieOptions | Represents a cookie options. | |
FormCollection | Contains the form value providers for the application. | |
HeaderDictionary | Represents a wrapper for owin.RequestHeaders and owin.ResponseHeaders. | |
OwinContext | Provides strongly typed accessors and wraps OWIN environment dictionary. | |
OwinMiddleware | Represents an OWIN middleware. | |
OwinRequest | This wraps OWIN environment dictionary and provides strongly typed accessors. | |
OwinResponse | Represents an OWIN response. | |
OwinStartupAttribute | Represents the startup attributes for the Owin. | |
ReadableStringCollection | Accessors for query, forms, etc. | |
RequestCookieCollection | A wrapper for the request Cookie header | |
ResponseCookieCollection | A wrapper for the response Set-Cookie header. |
Structures
Structure | Description | |
---|---|---|
HostString | ||
PathString | Provides correct escaping for Path and PathBase values when needed to reconstruct a request or redirect URI string. | |
QueryString | Provides correct handling for QueryString value when needed to reconstruct a request or redirect URI string. |
Interfaces
Interface | Description | |
---|---|---|
IFormCollection | Represents an interface of collection of forms. | |
IHeaderDictionary | A wrapper for Headers and Headers. | |
IOwinContext | This wraps OWIN environment dictionary and provides strongly typed accessors. | |
IOwinRequest | Represents the request for the open web interface. | |
IOwinResponse | Represents an OWIN response. | |
IReadableStringCollection | Accessors for headers, query, forms, etc. |