你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DurableHttpResponse 类

定义

从持久函数发出的 HTTP 请求收到的响应。

public class DurableHttpResponse
type DurableHttpResponse = class
Public Class DurableHttpResponse
继承
DurableHttpResponse

构造函数

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

初始化 DurableHttpResponse 类的新实例。

属性

Content

从 HTTP 请求返回的内容。

Headers

HTTP 请求响应中的标头。

StatusCode

从 HTTP 请求返回的状态代码。

方法

CreateDurableHttpResponseWithHttpResponseMessage(HttpResponseMessage)

从 HttpResponseMessage 创建 DurableHttpResponse。

适用于