DurableHttpResponse Klasse

Definition

Antwort, die von der HTTP-Anforderung der Durable-Funktion empfangen wurde.

public class DurableHttpResponse
type DurableHttpResponse = class
Public Class DurableHttpResponse
Vererbung
DurableHttpResponse

Konstruktoren

DurableHttpResponse(HttpStatusCode, IDictionary<String,StringValues>, String)

Initialisiert eine neue Instanz der DurableHttpResponse-Klasse.

Eigenschaften

Content

Von einer HTTP-Anforderung zurückgegebener Inhalt.

Headers

Header in der Antwort einer HTTP-Anforderung.

StatusCode

Statuscode, der von einer HTTP-Anforderung zurückgegeben wird.

Methoden

CreateDurableHttpResponseWithHttpResponseMessage(HttpResponseMessage)

Erstellt eine DurableHttpResponse aus einer HttpResponseMessage.

Gilt für: