SendingRequestEventArgs.RequestHeaders Property

Gets the collection protocol headers that are associated with the request to the data service.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

'Declaration
Public ReadOnly Property RequestHeaders As WebHeaderCollection 
	Get
'Usage
Dim instance As SendingRequestEventArgs 
Dim value As WebHeaderCollection 

value = instance.RequestHeaders

Property Value

Type: System.Net.WebHeaderCollection
A collection of protocol headers that are associated with the request.
Show: