DurableHttpRequest.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Headers passed with the HTTP request made by the Durable Function.
[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