CloudHttpErrorInfo.Headers Property
Gets the collection of HTTP headers.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public IDictionary<string, IEnumerable<string>> Headers { get; private set; }
public:
property IDictionary<String^, IEnumerable<String^>^>^ Headers {
IDictionary<String^, IEnumerable<String^>^>^ get();
private: void set(IDictionary<String^, IEnumerable<String^>^>^ value);
}
member Headers : IDictionary<string, IEnumerable<string>> with get, private set
Public Property Headers As IDictionary(Of String, IEnumerable(Of String))
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IDictionary<String, IEnumerable<String>>
The collection of HTTP headers.
See Also
CloudHttpErrorInfo Class
Microsoft.WindowsAzure.Common Namespace
Return to top