ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration.Headers Property

Definition

Gets or sets list of headers to be included in the request.

[Newtonsoft.Json.JsonProperty(PropertyName="headers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.HTTPHeader> Headers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="headers")>]
member this.Headers : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.HTTPHeader> with get, set
Public Property Headers As IList(Of HTTPHeader)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to