2 implementations of GetRpcClientAsync
aspire (1)
Projects\AppHostServerSession.cs (1)
292
public async Task<IAppHostRpcClient>
GetRpcClientAsync
(CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
66
public Task<IAppHostRpcClient>
GetRpcClientAsync
(CancellationToken cancellationToken)
9 references to GetRpcClientAsync
aspire (9)
Commands\Sdk\SdkDumpCommand.cs (2)
210
var rpcClient = await serverSession.
GetRpcClientAsync
(cancellationToken);
308
var rpcClient = await serverSession.
GetRpcClientAsync
(cancellationToken);
Commands\Sdk\SdkExportCommand.cs (1)
220
var rpcClient = await serverSession.
GetRpcClientAsync
(cancellationToken);
Commands\Sdk\SdkGenerateCommand.cs (1)
164
var rpcClient = await serverSession.
GetRpcClientAsync
(cancellationToken);
Projects\GuestAppHostProject.cs (3)
329
var rpcClient = await serverSession.
GetRpcClientAsync
(cancellationToken);
513
rpcClient = await serverSession.
GetRpcClientAsync
(cancellationToken);
1140
rpcClient = await serverSession.
GetRpcClientAsync
(cancellationToken);
Projects\IAppHostServerSession.cs (1)
76
/// <see cref="IAppHostServerSession.
GetRpcClientAsync
"/>, then disposal. Cancelling
Scaffolding\ScaffoldingService.cs (1)
160
var rpcClient = await serverSession.
GetRpcClientAsync
(cancellationToken);