点击或拖拽改变大小

DeviceWebApiPost 方法

使用POST命令去提交数据内容,然后返回相关的数据信息

命名空间:  HslCommunication.Core.Device
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult<string> Post(
	string rawUrl,
	string body
)

参数

rawUrl
类型:SystemString
已经去除ip地址,端口号的api信息
body
类型:SystemString
数据内容

返回值

类型:OperateResultString
从服务器返回的内容
参见