点击或拖拽改变大小

NetworkWebApiRobotBaseReadAsync 方法

读取对方信息的的数据信息,通常是针对GET的方法信息设计的。如果使用了url=开头,就表示是使用了原生的地址访问
Read the other side of the data information, usually designed for the GET method information.If you start with url=, you are using native address access

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public virtual Task<OperateResult<byte[]>> ReadAsync(
	string address
)

参数

address
类型:SystemString
无效参数

返回值

类型:TaskOperateResultByte
带有成功标识的byte[]数组
参见