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 an enumerable over all the headers for this message.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
ReadOnly Property Headers As IEnumerable(Of KeyValuePair(Of String, String))
Get
'Usage
Dim instance As IODataRequestMessage
Dim value As IEnumerable(Of KeyValuePair(Of String, String))
value = instance.Headers
IEnumerable<KeyValuePair<string, string>> Headers { get; }
property IEnumerable<KeyValuePair<String^, String^>>^ Headers {
IEnumerable<KeyValuePair<String^, String^>>^ get ();
}
abstract Headers : IEnumerable<KeyValuePair<string, string>>
function get Headers () : IEnumerable<KeyValuePair<String, String>>
Property Value
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
An enumerable over all the headers for this message.