Condividi tramite


ITestServer.Put(String, Byte[]) Metodo

Definizione

Esegue una richiesta HTTP PUT al server di test.

public string Put (string endpoint, byte[] data);
abstract member Put : string * byte[] -> string
Public Function Put (endpoint As String, data As Byte()) As String

Parametri

endpoint
String

Percorso della richiesta, che verrà aggiunto all'URI del server di test.

data
Byte[]

Dati byte[] da inserire.

Restituisce

String

Corpo della reponse.

Si applica a