LuisRecognizer.DefaultHttpClient 属性

定义

注意

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

获取调用 LUIS API 时要使用的默认值 HttpClient

[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

属性值

要使用的默认 HTTP 客户端。

属性

适用于