2 references to ConnectAsync
aspire (2)
Projects\AppHostRpcClient.cs (1)
260return await AppHostRpcClient.ConnectAsync(socketPath, authenticationToken, environment, profilingTelemetry: null, cancellationToken).ConfigureAwait(false);
Projects\AppHostServerSession.cs (1)
313var connectTask = AppHostRpcClient.ConnectAsync(socketPath, _authenticationToken, _environment, _profilingTelemetry, connectCts.Token);