点击或拖拽改变大小

NetworkDataServerBaseEnableWrite 属性

获取或设置当前的服务器是否允许远程客户端进行写入数据操作,默认为True
Gets or sets whether the current server allows remote clients to write data, the default is True

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public bool EnableWrite { get; set; }

属性值

类型:Boolean
备注
如果设置为False,那么所有远程客户端的操作都会失败,直接返回错误码或是关闭连接。
参见