DeviceWebApiUseEncodingISO 属性 |
获取或设置是否使用ISO的编码信息,默认为 False
Get or set whether to use ISO encoding information, the default is False
命名空间:
HslCommunication.Core.Device
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool UseEncodingISO { get; set; }
Public Property UseEncodingISO As Boolean
Get
Set
public:
property bool UseEncodingISO {
bool get ();
void set (bool value);
}
member UseEncodingISO : bool with get, set
属性值
类型:
Boolean备注
在访问某些特殊的API的时候,会发生异常"The character set provided in ContentType is invalid....",这时候,只需要将本属性设置为 True 即可。
参见