Sdílet prostřednictvím


ReceiveResponseExtensions.ReadBodyAsString(ReceiveResponse) Metoda

Definice

Serializuje tělo tohoto ReceiveResponse souboru jako 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

Parametry

response
ReceiveResponse

Aktuální instance objektu ReceiveResponse.

Návraty

Při úspěchu se jedná o String data z ReceiveResponse těla.

Platí pro