Share via


WebApiSkill.HttpHeaders Property

Definition

Gets or sets the headers required to make the http request.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to