2 implementations of IsConnected
Aspire.Hosting.RemoteHost (1)
JsonRpcCallbackInvoker.cs (1)
28public bool IsConnected => _clientRpc != null;
Aspire.Hosting.RemoteHost.Tests (1)
CallbackProxyTests.cs (1)
256public bool IsConnected => true;