다음을 통해 공유


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)

속성 값

미들웨어 목록입니다.

적용 대상

추가 정보