点击或拖拽改变大小

ABBWebApiClientWrite 方法

重载列表
  名称说明
公共方法Write(String, Byte)
使用POST的方式来向对方进行请求数据信息,需要使用url=开头,来表示是使用了原生的地址访问
Using POST to request data information from the other party, we need to start with url= to indicate that we are using native address access
(重写 NetworkWebApiRobotBaseWrite(String, Byte).)
公共方法Write(String, String)
使用POST的方式来向对方进行请求数据信息,需要使用url=开头,来表示是使用了原生的地址访问
Using POST to request data information from the other party, we need to start with url= to indicate that we are using native address access
(重写 NetworkWebApiRobotBaseWrite(String, String).)
Top
参见