StreamingResponse.NotFound(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 une réponse indiquant que la ressource demandée est introuvable.
public static Microsoft.Bot.Streaming.StreamingResponse NotFound (System.Net.Http.HttpContent body = default);
static member NotFound : System.Net.Http.HttpContent -> Microsoft.Bot.Streaming.StreamingResponse
Public Shared Function NotFound (Optional body As HttpContent = Nothing) As StreamingResponse
Paramètres
- body
- HttpContent
Corps facultatif contenant des informations supplémentaires.
Retours
Réponse avec le code d’état approprié et passé dans le corps.