OwinMiddleware Class
An abstract base class for a standard middleware pattern.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
System::Object
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TOptions>
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TOptions>
| Name | Description | |
|---|---|---|
![]() | OwinMiddleware(OwinMiddleware^) | Instantiates the middleware with an optional pointer to the next component. |
| Name | Description | |
|---|---|---|
![]() | Next | The optional next component. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke(IOwinContext^) | Process an individual request. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


