HttpWebRequestMessage.Headers Property

Definition

Returns the collection of request headers.

public override System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> Headers { get; }
member this.Headers : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public Overrides ReadOnly Property Headers As IEnumerable(Of KeyValuePair(Of String, String))

Property Value

Applies to