Class HeyBoxRestConfig
定义 HeyBox.Net 有关 REST 各种行为的配置类。
public class HeyBoxRestConfig : HeyBoxConfig
- Inheritance
-
HeyBoxRestConfig
- Derived
- Inherited Members
Remarks
此配置基于 HeyBoxConfig,在基础配置的基础上,定义了有关 REST 的配置。
Properties
RestClientProvider
获取或设置要用于创建 REST 客户端的 RestClientProvider 委托。
public RestClientProvider RestClientProvider { get; set; }