点击或拖拽改变大小

NetworkWebApiBaseUseEncodingISO 属性

获取或设置是否使用ISO的编码信息,默认为 False
Get or set whether to use ISO encoding information, the default is False

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public bool UseEncodingISO { get; set; }

属性值

类型:Boolean
备注
在访问某些特殊的API的时候,会发生异常"The character set provided in ContentType is invalid....",这时候,只需要将本属性设置为 True 即可。
参见