ITestServer Interface

Definition

Provides access to the test server running on the device for advanced scenarios.

public interface ITestServer
type ITestServer = interface
Public Interface ITestServer

Methods

Get(String)

Performs an HTTP GET request to the test server.

Post(String, Object)

Performs an HTTP POST request to the test server.

Put(String, Byte[])

Performs an HTTP PUT request to the test server.

Applies to