Share via


OwinMiddleware Class

Definition

An abstract base class for a standard middleware pattern.

public abstract class OwinMiddleware
type OwinMiddleware = class
Public MustInherit Class OwinMiddleware
Inheritance
OwinMiddleware

Constructors

Name Description
OwinMiddleware(OwinMiddleware)

Instantiates the middleware with an optional pointer to the next component.

Properties

Name Description
Next

The optional next component.

Methods

Name Description
Invoke(IOwinContext)

Process an individual request.

Applies to