BotAdapter.MiddlewareSet Property

Definition

Gets the collection of middleware in the adapter's pipeline.

public Microsoft.Bot.Builder.MiddlewareSet MiddlewareSet { get; }
member this.MiddlewareSet : Microsoft.Bot.Builder.MiddlewareSet
Public ReadOnly Property MiddlewareSet As MiddlewareSet

Property Value

The middleware collection for the pipeline.

Applies to