ITestServer 接口

定义

提供对设备上运行的测试服务器的访问,以用于高级方案。

public interface ITestServer
type ITestServer = interface
Public Interface ITestServer

方法

Get(String)

对测试服务器执行 HTTP GET 请求。

Post(String, Object)

对测试服务器执行 HTTP POST 请求。

Put(String, Byte[])

对测试服务器执行 HTTP PUT 请求。

适用于