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