Share via


LuisRecognizer.DefaultHttpClient Property

Definition

Caution

This property is deprecated and will be removed in future versions of the SDK.

Gets the default HttpClient to use when calling the LUIS API.

[System.Obsolete("This property is deprecated and will be removed in future versions of the SDK.")]
public static System.Net.Http.HttpClient DefaultHttpClient { get; }
[<System.Obsolete("This property is deprecated and will be removed in future versions of the SDK.")>]
static member DefaultHttpClient : System.Net.Http.HttpClient
Public Shared ReadOnly Property DefaultHttpClient As HttpClient

Property Value

The default HTTP client to use.

Attributes

Applies to