ConfigurationChannelProvider 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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
- 상속
- 특성
설명
그러면 구성 항목의 가 ChannelService 의 ChannelServiceKey키로 채워집니다.
참고: 키가 없으면 값이 null
사용됩니다.
생성자
ConfigurationChannelProvider() |
사용되지 않음.
ConfigurationChannelProvider 클래스의 새 인스턴스를 초기화합니다. |
ConfigurationChannelProvider(IConfiguration) |
사용되지 않음.
ConfigurationChannelProvider 클래스의 새 인스턴스를 초기화합니다. |
필드
ChannelServiceKey |
사용되지 않음.
ChannelService의 키입니다. |
속성
ChannelService |
사용되지 않음.
채널 서비스를 가져오거나 설정합니다. (다음에서 상속됨 SimpleChannelProvider) |
메서드
GetChannelServiceAsync() |
사용되지 않음.
이 채널 공급자에 대한 채널 서비스 속성을 가져옵니다. (다음에서 상속됨 SimpleChannelProvider) |
IsGovernment() |
사용되지 않음.
이 공급자가 미국 정부 Azure의 채널을 나타내는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 SimpleChannelProvider) |
IsPublicAzure() |
사용되지 않음.
이 공급자가 퍼블릭 Azure의 채널을 나타내는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 SimpleChannelProvider) |