/*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の説明にはありません。では、Windows Phone のプッシュ通知クライアントを使用してアプリの URI を MPNS に送信する方法を知っている人はいますか?手動でコピーして Web アプリケーションに貼り付ける必要がありますか? グリーツGP