共用方式為


RestSink.AdditionalHeaders Property

Definition

Gets or sets the additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to