Share via


OwinMiddleware Class

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
Protected method OwinMiddleware Initializes a new instance of the OwinMiddleware class.

Top

Properties

  Name Description
Protected property Next Advances to the next OwinMiddleware instance.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke Invokes a method and returns the results of the method call.
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Owin Namespace