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 request headers for the current operation.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property RequestHeaders As WebHeaderCollection
Get
'Usage
Dim instance As DataServiceOperationContext
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 WebHeaderCollection object that contains the request headers.