1 instantiation of RemoteHostTestServer
Aspire.Hosting.RemoteHost.Tests (1)
JsonRpcAuthenticationTests.cs (1)
124
return new
RemoteHostTestServer
(host, socketPath, socketDirectory);
8 references to RemoteHostTestServer
Aspire.Hosting.RemoteHost.Tests (8)
JsonRpcAuthenticationTests.cs (8)
33
await using
var
server = await
RemoteHostTestServer
.StartAsync();
45
await using
var
server = await
RemoteHostTestServer
.StartAsync();
57
await using
var
server = await
RemoteHostTestServer
.StartAsync();
63
await
RemoteHostTestServer
.WaitForDisconnectAsync(client);
97
public static async Task<
RemoteHostTestServer
> StartAsync()