Share via


Response.Headers Property

Definition

Gets or sets a list of all the headers attached to the response.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to