Share via


DataServiceRequestArgs.Headers Property

Definition

Gets the headers in the request message.

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

Property Value

The headers in the request message.

Remarks

Dictionary containing all the request headers to be used when retrieving the stream. The user should take care so as to not alter an HTTP header which will change the meaning of the request. No validation is performed on the header names or values. This class will not attempt to fix up any of the headers specified and will try to use them "as is".

Applies to