Compartir a través de


SkillHttpClient Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

httpClient
HttpClient

A HttpClient.

credentialProvider
ICredentialProvider

Instancia de ICredentialProvider.

conversationIdFactory
SkillConversationIdFactoryBase

Instancia de una clase derivada de SkillConversationIdFactoryBase.

channelProvider
IChannelProvider

Instancia de IChannelProvider.

logger
ILogger

Instancia de ILogger.

Se aplica a