私がインターネット全体で読んでいるように、マイクロソフトは任意のポートのローカルホスト (127.0.0.1) でトラフィックをリッスンして受信するオプションをブロックしています。2 つのサーバー/クライアント アプリをローカルでテストする目的を開発したいと考えています。ここの指示に従いました: http://msdn.microsoft.com/en-us/library/windows/apps/hh780593.aspx
しかし、うまくいきません。デバッグ オプションを使用すると、次のようになります。
ネットワーク機能のステータス
InternetClient Not Used and Insecure
InternetClientServer Not Used and Insecure
PrivateNetworkClientServer Not Used and Insecure
詳細なトラフィック レポート
InternetClient Not Used and Insecure
InternetClientServer Not Used and Insecure
PrivateNetworkClientServer Not Used and Insecure
なぜそれが機能しないのですか?