Jaa


BotFrameworkOptions.Middleware Property

Definition

Gets a list of the IMiddleware to use on each incoming activity.

public System.Collections.Generic.IList<Microsoft.Bot.Builder.IMiddleware> Middleware { get; }
member this.Middleware : System.Collections.Generic.IList<Microsoft.Bot.Builder.IMiddleware>
Public ReadOnly Property Middleware As IList(Of IMiddleware)

Property Value

The middleware list.

Applies to

See also