IServiceFilterRequest.Headers Property
Gets or sets a collection of headers for the request.
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 IServiceFilterRequest
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>