ITestServer.Put(String, Byte[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Effectue une requête HTTP PUT au serveur de 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
Paramètres
- endpoint
- String
Chemin d’accès de la requête, qui sera ajouté à l’URI du serveur de test.
- data
- Byte[]
Données byte[] à placer.
Retours
Corps de la reponse.