NetworkWebApiRobotBaseReadStringAsync 方法 |
读取对方信息的的字符串数据信息,通常是针对GET的方法信息设计的。如果使用了url=开头,就表示是使用了原生的地址访问
The string data information that reads the other party 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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public virtual Task<OperateResult<string>> ReadStringAsync(
string address
)
Public Overridable Function ReadStringAsync (
address As String
) As Task(Of OperateResult(Of String))
public:
virtual Task<OperateResult<String^>^>^ ReadStringAsync(
String^ address
)
abstract ReadStringAsync :
address : string -> Task<OperateResult<string>>
override ReadStringAsync :
address : string -> Task<OperateResult<string>>
参数
- address
- 类型:SystemString
地址信息
返回值
类型:
TaskOperateResultString带有成功标识的字符串数据
参见