获取或设置是否记录HTTP的请求内容,默认不记录
            Get or set whether to record the HTTP request content. By default, it is not recorded
            
 
        命名空间: 
     HslCommunication.Enthernet
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public bool LogHttpBody { get; set; }Public Property LogHttpBody As Boolean
	Get
	Set
public:
property bool LogHttpBody {
	bool get ();
	void set (bool value);
}member LogHttpBody : bool with get, set
属性值
类型:
Boolean 参见
参见