次の方法で共有


DurableHttpRequest.Headers プロパティ

定義

Durable 関数によって行われた 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

適用対象