SendingRequestEventArgs.RequestHeaders Property
WCF Data Services 5.0
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.WebHeaderCollectionA collection of protocol headers that are associated with the request.
Show: