在Windows Phone上向原始推送通知添加自定义标头

时间:2014-07-20 11:27:24

标签: windows-phone-7 windows-phone-8 header windows-phone push-notification

处理原始通知的

HttpNotification类具有Headers属性。但不幸的是,它总是空的收集,我不知道如何在收到通知时获得X-MessageID或其他一些自定义标题

static void Channel_HttpNotificationReceived(object sender, HttpNotificationEventArgs e)
{
    string header = e.Notification.Headers["X-CUSTOM-HEADER"];
}

0 个答案:

没有答案