BotAdapter.MiddlewareSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.