StreamingResponse.OK(HttpContent) Methode

Definition

Erstellt eine Antwort, die bestätigt, dass die Anfrage erfolgreich war.

public static Microsoft.Bot.Streaming.StreamingResponse OK(System.Net.Http.HttpContent body = default);
static member OK : System.Net.Http.HttpContent -> Microsoft.Bot.Streaming.StreamingResponse
Public Shared Function OK (Optional body As HttpContent = Nothing) As StreamingResponse

Parameter

body
HttpContent

Ein optionaler Körper mit zusätzlichen Informationen.

Gibt zurück

Eine Antwort mit dem entsprechenden Statuscode und im Text weitergegeben.

Gilt für: