BotFrameworkOptions.Middleware 属性

定义

获取要用于每个传入活动的 的列表 IMiddleware

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)

属性值

中间件列表。

适用于

另请参阅