다음을 통해 공유


SkillHttpClient 생성자

정의

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

public SkillHttpClient (System.Net.Http.HttpClient httpClient, Microsoft.Bot.Connector.Authentication.ICredentialProvider credentialProvider, Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryBase conversationIdFactory, Microsoft.Bot.Connector.Authentication.IChannelProvider channelProvider = default, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.Integration.AspNet.Core.Skills.SkillHttpClient : System.Net.Http.HttpClient * Microsoft.Bot.Connector.Authentication.ICredentialProvider * Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryBase * Microsoft.Bot.Connector.Authentication.IChannelProvider * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.Integration.AspNet.Core.Skills.SkillHttpClient
Public Sub New (httpClient As HttpClient, credentialProvider As ICredentialProvider, conversationIdFactory As SkillConversationIdFactoryBase, Optional channelProvider As IChannelProvider = Nothing, Optional logger As ILogger = Nothing)

매개 변수

httpClient
HttpClient

HttpClient입니다.

credentialProvider
ICredentialProvider

ICredentialProvider의 인스턴스입니다.

conversationIdFactory
SkillConversationIdFactoryBase

에서 SkillConversationIdFactoryBase파생된 클래스의 인스턴스입니다.

channelProvider
IChannelProvider

IChannelProvider의 인스턴스입니다.

logger
ILogger

ILogger의 인스턴스입니다.

적용 대상