StreamSocketListener and localhost
问题 I'm using the following code to set up a StreamSocketListener on my universal 8.1 app: _listener = new StreamSocketListener(); _listener.Control.QualityOfService = SocketQualityOfService.Normal; _listener.ConnectionReceived += OnConnectionReceived; await _listener.BindServiceNameAsync("8776"); This runs without any problems, however when I try & browse to http://localhost:8776 (or directly via ip address or machine name), the request times out. In netstat I can see the 8776 port is open &