6 references to Connected
Microsoft.AspNetCore.Components.WebAssembly.Server (3)
TargetPickerUi.cs (3)
66if (!browserDebugClientConnect.Connected) 89if (!browserDebugClientConnect.Connected) 147while (browserDebugClientConnect.Connected)
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketCommunicationManager.cs (2)
189if (_tcpClient.Connected) 208while ((_tcpClient != null) && !_tcpClient.Connected && watch.ElapsedMilliseconds < connectionTimeout);
System.Net.Sockets (1)
System\Net\Sockets\TCPClient.cs (1)
251if (!Connected)