BotFrameworkHttpAdapterBase.ConnectedBot 属性

定义

获取或设置连接到此适配器的机器人。

protected Microsoft.Bot.Builder.IBot ConnectedBot { get; set; }
member this.ConnectedBot : Microsoft.Bot.Builder.IBot with get, set
Protected Property ConnectedBot As IBot

属性值

连接到此适配器的机器人。

适用于