1 instantiation of JsonRpcClientHandle
Aspire.Hosting.RemoteHost.Tests (1)
JsonRpcAuthenticationTests.cs (1)
135return new JsonRpcClientHandle(stream, rpc);
6 references to JsonRpcClientHandle
Aspire.Hosting.RemoteHost.Tests (6)
JsonRpcAuthenticationTests.cs (6)
34await using var client = await server.ConnectAsync(); 46await using var client = await server.ConnectAsync(); 58await using var client = await server.ConnectAsync(); 69private static async Task AssertRejectedAuthenticationAsync(JsonRpcClientHandle client) 127public async Task<JsonRpcClientHandle> ConnectAsync() 138public static async Task WaitForDisconnectAsync(JsonRpcClientHandle client)