SkillHttpClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use BotFrameworkAuthentication.CreateBotFrameworkClient() to obtain a client and perform the operations that were accomplished through SkillHttpClient.
A BotFrameworkHttpClientspecialized for Skills that encapsulates Conversation ID generation.
[System.Obsolete("Use BotFrameworkAuthentication.CreateBotFrameworkClient() to obtain a client and perform the operations that were accomplished through SkillHttpClient.")]
public class SkillHttpClient : Microsoft.Bot.Builder.Integration.AspNet.Core.BotFrameworkHttpClient
[<System.Obsolete("Use BotFrameworkAuthentication.CreateBotFrameworkClient() to obtain a client and perform the operations that were accomplished through SkillHttpClient.")>]
type SkillHttpClient = class
inherit BotFrameworkHttpClient
Public Class SkillHttpClient
Inherits BotFrameworkHttpClient
- Inheritance
- Attributes
Constructors
SkillHttpClient(HttpClient, ICredentialProvider, SkillConversationIdFactoryBase, IChannelProvider, ILogger) |
Initializes a new instance of the SkillHttpClient class. |
Properties
ChannelProvider |
Gets the channel provider for this adapter. (Inherited from BotFrameworkHttpClient) |
CredentialProvider |
Gets the credential provider for this adapter. (Inherited from BotFrameworkHttpClient) |
HttpClient |
Gets the HttpClient for this adapter. (Inherited from BotFrameworkHttpClient) |
Logger |
Gets the logger for this adapter. (Inherited from BotFrameworkHttpClient) |