Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an OWIN middleware.
Inheritance Hierarchy
System.Object
Microsoft.Owin.OwinMiddleware
Microsoft.Owin.Cors.CorsMiddleware
Microsoft.Owin.Diagnostics.ErrorPageMiddleware
Microsoft.Owin.Diagnostics.WelcomePageMiddleware
Microsoft.Owin.Extensions.UseHandlerMiddleware
Microsoft.Owin.Mapping.MapMiddleware
Microsoft.Owin.Mapping.MapWhenMiddleware
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<TOptions>
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public MustInherit Class OwinMiddleware
'Usage
Dim instance As OwinMiddleware
public abstract class OwinMiddleware
public ref class OwinMiddleware abstract
[<AbstractClassAttribute>]
type OwinMiddleware = class end
public abstract class OwinMiddleware
The OwinMiddleware type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
OwinMiddleware | Initializes a new instance of the OwinMiddleware class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Next | Advances to the next OwinMiddleware instance. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Invoke | Invokes a method and returns the results of the method call. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)