SimpleChannelProvider 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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의 채널을 나타내는지 여부를 나타내는 값을 가져옵니다. |