ITestServer.Get(String) Method

Definition

Performs an HTTP GET request to the test server.

public string Get (string endpoint);
abstract member Get : string -> string
Public Function Get (endpoint As String) As String

Parameters

endpoint
String

The path of the request, which will be appended on the uri of the test server.

Returns

The body of the the reponse.

Applies to