共用方式為


ITestServer.Post(String, Object) 方法

定義

對測試伺服器執行 HTTP POST 要求。

public string Post (string endpoint, object arguments = null);
abstract member Post : string * obj -> string
Public Function Post (endpoint As String, Optional arguments As Object = null) As String

參數

endpoint
String

要求的路徑,這會附加在測試伺服器的 URI 上。

arguments
Object

物件,其會序列化為 json,並張貼至測試伺服器。

傳回

String

回應的主體。

適用於