다음을 통해 공유


CloudChannelServiceHandler(BotFrameworkAuthentication) 생성자

정의

Bot Framework 인증을 사용하여 클래스의 CloudChannelServiceHandler 새 인스턴스를 초기화합니다.

public CloudChannelServiceHandler (Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication auth);
new Microsoft.Bot.Builder.CloudChannelServiceHandler : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication -> Microsoft.Bot.Builder.CloudChannelServiceHandler
Public Sub New (auth As BotFrameworkAuthentication)

매개 변수

auth
BotFrameworkAuthentication

Bot Framework 인증 개체입니다.

적용 대상