다음을 통해 공유


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

리포지토리의 본문입니다.

적용 대상