Share via


IODataRequestMessage.Headers Property

Definition

Gets an enumerable over all the headers for this message.

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

Property Value

An enumerable over all the headers for this message.

Applies to