Compartir a través de


ReceiveResponseExtensions.ReadBodyAsString(ReceiveResponse) Método

Definición

Serializa el cuerpo de este como ReceiveResponse .String

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

Parámetros

response
ReceiveResponse

La instancia actual de ReceiveResponse.

Devoluciones

Si se ejecuta correctamente, de String los datos del ReceiveResponse cuerpo.

Se aplica a