DataServiceClientRequestMessage.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.
Returns the collection of request headers.
public abstract System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> Headers { get; }
member this.Headers : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public MustOverride ReadOnly Property Headers As IEnumerable(Of KeyValuePair(Of String, String))