BotFrameworkAdapter.HttpClient Property

Definition

Gets the custom HttpClient for this adapter if specified.

protected System.Net.Http.HttpClient HttpClient { get; }
member this.HttpClient : System.Net.Http.HttpClient
Protected ReadOnly Property HttpClient As HttpClient

Property Value

The custom HttpClient for this adapter if specified.

Applies to