WebActivity.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 object Headers { get; set; }
member this.Headers : obj with get, set
Public Property Headers As Object

Property Value

Applies to