Share via


WebHookActivity.Headers Property

Definition

Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).

public System.Collections.Generic.IDictionary<string,Azure.Core.Expressions.DataFactory.DataFactoryElement<string>> Headers { get; }
member this.Headers : System.Collections.Generic.IDictionary<string, Azure.Core.Expressions.DataFactory.DataFactoryElement<string>>
Public ReadOnly Property Headers As IDictionary(Of String, DataFactoryElement(Of String))

Property Value

Applies to