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