Share via


HttpRequestData.Headers Property

Definition

Gets or sets the collection of http request headers.

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<string>> Headers { get; set; }
member this.Headers : System.Collections.Generic.IDictionary<string, seq<string>> with get, set
Public Property Headers As IDictionary(Of String, IEnumerable(Of String))

Property Value

Applies to