HttpServerServerEncoding 属性 |
获取或设置当前服务器的编码信息,默认为UTF8编码
Get or set the encoding information of the current server, the default is UTF8 encoding
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Encoding ServerEncoding { get; set; }
Public Property ServerEncoding As Encoding
Get
Set
public:
property Encoding^ ServerEncoding {
Encoding^ get ();
void set (Encoding^ value);
}
member ServerEncoding : Encoding with get, set
属性值
类型:
Encoding参见