HttpDataset.AdditionalHeaders Property

Definition

Gets or sets the headers for the HTTP Request. e.g. request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.additionalHeaders")]
public object AdditionalHeaders { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.additionalHeaders")>]
member this.AdditionalHeaders : obj with get, set
Public Property AdditionalHeaders As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to