| HttpServerServerEncoding 属性  | 
 
            获取或设置当前服务器的编码信息,默认为UTF8编码
            Get or set the encoding information of the current server, the default is UTF8 encoding
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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 参见
参见