IODataRequestMessage.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.