Share via


DurableHttpResponse.Headers Propiedad

Definición

Encabezados en la respuesta de una solicitud 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a