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