Share via


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)

Syntax

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

value = instance.RequestHeaders
public WebHeaderCollection RequestHeaders { get; }
public:
property WebHeaderCollection^ RequestHeaders {
    WebHeaderCollection^ get ();
}
member RequestHeaders : WebHeaderCollection
function get RequestHeaders () : WebHeaderCollection

Property Value

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

See Also

Reference

SendingRequestEventArgs Class

System.Data.Services.Client Namespace