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