Share via


DurableHttpResponse.Headers Property

Definition

Headers in the response from an HTTP request.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to