StreamingRequest.CreateDelete(String, HttpContent) 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.
Crée un StreamingRequest pour supprimer des données hébergées sur un serveur distant.
public static Microsoft.Bot.Streaming.StreamingRequest CreateDelete(string path = default, System.Net.Http.HttpContent body = default);
static member CreateDelete : string * System.Net.Http.HttpContent -> Microsoft.Bot.Streaming.StreamingRequest
Public Shared Function CreateDelete (Optional path As String = Nothing, Optional body As HttpContent = Nothing) As StreamingRequest
Paramètres
- path
- String
Chemin d’accès facultatif où la ressource se trouve sur le serveur distant.
- body
- HttpContent
Corps facultatif à envoyer au serveur distant.
Retours
StreamingRequest avec le code d’état et le corps appropriés.