IServiceFilterResponse.Headers Property

Gets the collection of response headers.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
ReadOnly Property Headers As IDictionary(Of String, String)
    Get
'Usage
Dim instance As IServiceFilterResponse 
Dim value As IDictionary(Of String, String)

value = instance.Headers
IDictionary<string, string> Headers { get; }
property IDictionary<String^, String^>^ Headers {
    IDictionary<String^, String^>^ get ();
}
abstract Headers : IDictionary<string, string>
function get Headers () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
The collection of response headers.

See Also

Reference

IServiceFilterResponse Interface

Microsoft.WindowsAzure.MobileServices Namespace