MpnsPushMessage::Headers Property
Any additional HTTP headers sent to the Microsoft Push Notification Services along with the notification.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public: property IDictionary<String^, String^>^ Headers { IDictionary<String^, String^>^ get(); }
Property Value
Type: System.Collections.Generic::IDictionary<String^, String^>^Returns IDictionary<TKey, TValue>.
Show: