Share via


WindowsPushMessage.Headers Property

 

Any additional HTTP headers sent to the Windows Push Notification Services along with the notification.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public IDictionary<string, string> Headers { get; }
public:
property IDictionary<String^, String^>^ Headers {
    IDictionary<String^, String^>^ get();
}
member Headers : IDictionary<string, string> with get
Public ReadOnly Property Headers As IDictionary(Of String, String)

Property Value

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

See Also

WindowsPushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top