ITestServer.Get(String) 方法

定义

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

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

参数

endpoint
String

请求的路径,该路径将追加到测试服务器的 URI 上。

返回

String

响应的正文。

适用于