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

OwinMiddleware(OwinMiddleware)

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

Properties

Next

The optional next component.

Methods

Invoke(IOwinContext)

Process an individual request.

Applies to