/*Get the URI that the Microsoft Push Notification Service returns to the Push Client when creating a notification channel.
Normally, a web service would listen for URIs coming from the web client and maintain a list of URIs to send
notifications out to. */
string subscriptionUri = TextBoxUri.Text.ToString();
在pushclient怎麼會那麼同步的URI與Web服務在MSDN給出的描述缺乏進一步的信息獲取URI的MPNS以返回到推送客戶端。 那麼,有沒有人知道如何讓我的應用程序使用Windows Phone的推送通知客戶端將其URI發送到MPNS,iso需要手動將它們複製粘貼到我的Web應用程序中? Greetz GP創建通知通道時,Windows Phone 7的