다음을 통해 공유


IChannelProvider 인터페이스

정의

주의

Use ConfigurationBotFrameworkAuthentication instead to configure channel.

ChannelProvider 인터페이스. 이 인터페이스를 사용하면 봇이 구성 매개 변수에 대한 자체 구현을 제공하여 봇에 연결할 수 있습니다. 프레임워크 채널 서비스.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)]
public interface IChannelProvider
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to configure channel.", false)>]
type IChannelProvider = interface
Public Interface IChannelProvider
파생
특성

메서드

GetChannelServiceAsync()
사용되지 않음.

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

IsGovernment()
사용되지 않음.

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

IsPublicAzure()
사용되지 않음.

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

적용 대상