Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.