Compartir a través de


OperationWorkerResponse.Headers Propiedad

Definición

Obtiene o establece encabezados HTTP asociados a esta operación.

[Newtonsoft.Json.JsonProperty(PropertyName="headers")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> Headers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="headers")>]
member this.Headers : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> with get, set
Public Property Headers As IDictionary(Of String, IList(Of String))

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a