Partager via


ReceiveResponseExtensions.ReadBodyAsString(ReceiveResponse) Méthode

Définition

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.

S’applique à