ITestServer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |