다음을 통해 공유


SimpleChannelProvider 클래스

정의

주의

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

Bot Framework 채널 서비스에 연결하는 기본 구성 매개 변수가 있는 간단한 채널 공급자입니다.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)]
public class SimpleChannelProvider : Microsoft.Bot.Connector.Authentication.IChannelProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)>]
type SimpleChannelProvider = class
    interface IChannelProvider
Public Class SimpleChannelProvider
Implements IChannelProvider
상속
SimpleChannelProvider
파생
특성
구현

생성자

SimpleChannelProvider()
사용되지 않음.

SimpleChannelProvider 클래스의 새 인스턴스를 초기화합니다. 공용 Azure를 사용할 ChannelService가 없는 SimpleChannelProvider를 만듭니다.

SimpleChannelProvider(String)
사용되지 않음.

SimpleChannelProvider 클래스의 새 인스턴스를 초기화합니다.

속성

ChannelService
사용되지 않음.

채널 서비스를 가져오거나 설정합니다.

메서드

GetChannelServiceAsync()
사용되지 않음.

이 채널 공급자의 채널 서비스 속성을 가져옵니다.

IsGovernment()
사용되지 않음.

이 공급자가 미국 정부 Azure의 채널을 나타내는지 여부를 나타내는 값을 가져옵니다.

IsPublicAzure()
사용되지 않음.

이 공급자가 공용 Azure의 채널을 나타내는지 여부를 나타내는 값을 가져옵니다.

적용 대상