ReceiveResponseExtensions.ReadBodyAsString(ReceiveResponse) 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.
Sérialise le corps de ce ReceiveResponse en tant Stringque .
public static string ReadBodyAsString (this Microsoft.Bot.Streaming.ReceiveResponse response);
static member ReadBodyAsString : Microsoft.Bot.Streaming.ReceiveResponse -> string
<Extension()>
Public Function ReadBodyAsString (response As ReceiveResponse) As String
Paramètres
- response
- ReceiveResponse
Instance actuelle de ReceiveResponse.
Retours
En cas de réussite, un String des données du ReceiveResponse corps.