CloudHttpErrorInfo.Headers Property

 

Gets the collection of HTTP headers.

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

public IDictionary<string, IEnumerable<string>> Headers { get; private set; }

Property Value

Type: System.Collections.Generic.IDictionary<String, IEnumerable<String>>

The collection of HTTP headers.

Return to top
Show: