TemplateRegistration.WnsHeaders Property

 

Gets headers that should be sent to WNS with the notification

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

[JsonPropertyAttribute(PropertyName = "headers")]
public IDictionary<string, string> WnsHeaders { get; internal set; }
Return to top
Show: