C#
C++
F#
VB
OperationContext.UserHeaders Property
OperationContext::UserHeaders Property
OperationContext.UserHeaders Property
OperationContext.UserHeaders Property
Gets or sets additional headers on the request, for example, for proxy or logging information.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property IDictionary<String^, String^>^ UserHeaders { IDictionary<String^, String^>^ get(); void set(IDictionary<String^, String^>^ value); }
Property Value
Type: System.Collections.Generic.IDictionary<String, String>System.Collections.Generic::IDictionary<String^, String^>^System.Collections.Generic.IDictionary<String, String>System.Collections.Generic.IDictionary(Of String, String)A IDictionary<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) object containing additional header information.