Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets additional headers on the request, for example, for proxy or logging information.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public IDictionary<string, string> UserHeaders { get; set; }
 
public:
property IDictionary<String^, String^>^ UserHeaders {
	IDictionary<String^, String^>^ get();
	void set(IDictionary<String^, String^>^ value);
}
 
member UserHeaders : IDictionary<string, string> with get, set
 
Public Property UserHeaders As IDictionary(OfString, String)
Return to top