Compartir a través de


WebApiSkill.HttpHeaders Propiedad

Definición

Obtiene o establece los encabezados necesarios para realizar la solicitud http.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a