MpnsPushMessage.Headers Property
Any additional HTTP headers sent to the Microsoft 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>
Returns IDictionary<TKey, TValue>.
See Also
MpnsPushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top