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

DurableHttpResponse.Headers 属性

定义

来自 HTTP 请求的响应中的标头。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpHeadersConverter))]
[Newtonsoft.Json.JsonProperty("headers")]
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Primitives.StringValues> Headers { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpHeadersConverter))>]
[<Newtonsoft.Json.JsonProperty("headers")>]
member this.Headers : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.Primitives.StringValues>
Public ReadOnly Property Headers As IDictionary(Of String, StringValues)

属性值

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

适用于