ITestServer 介面

定義

針對進階案例,提供對裝置上執行之測試伺服器的存取權。

public interface ITestServer
type ITestServer = interface
Public Interface ITestServer

方法

Get(String)

對測試伺服器執行 HTTP GET 要求。

Post(String, Object)

對測試伺服器執行 HTTP POST 要求。

Put(String, Byte[])

對測試伺服器執行 HTTP PUT 要求。

適用於