DataServiceRequestArgs.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 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".