다음을 통해 공유


ConfigurationChannelProvider 클래스

정의

주의

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

채널 서비스 속성을 조회하는 데 사용하는 AppSettings 채널 공급자입니다.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)]
public sealed class ConfigurationChannelProvider : Microsoft.Bot.Connector.Authentication.SimpleChannelProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)>]
type ConfigurationChannelProvider = class
    inherit SimpleChannelProvider
Public NotInheritable Class ConfigurationChannelProvider
Inherits SimpleChannelProvider
상속
ConfigurationChannelProvider
특성

설명

그러면 구성 항목의 가 ChannelServiceChannelServiceKey키로 채워집니다.

참고: 키가 없으면 값이 null 사용됩니다.

생성자

ConfigurationChannelProvider()
사용되지 않음.

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

ConfigurationChannelProvider(IConfiguration)
사용되지 않음.

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

필드

ChannelServiceKey
사용되지 않음.

ChannelService의 키입니다.

속성

ChannelService
사용되지 않음.

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

(다음에서 상속됨 SimpleChannelProvider)

메서드

GetChannelServiceAsync()
사용되지 않음.

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

(다음에서 상속됨 SimpleChannelProvider)
IsGovernment()
사용되지 않음.

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

(다음에서 상속됨 SimpleChannelProvider)
IsPublicAzure()
사용되지 않음.

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

(다음에서 상속됨 SimpleChannelProvider)

적용 대상