4 references to CreateFromSocketAsync
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
143
return
CreateFromSocketAsync
(hash, socketPath, isInScope: true, logger, profilingTelemetry, socket: null, cancellationToken);
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
505
var connection = await AppHostAuxiliaryBackchannel.
CreateFromSocketAsync
(hash, socketPath, isInScope, logger, profilingTelemetry, socket, cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (2)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (1)
129
return await AppHostAuxiliaryBackchannel.
CreateFromSocketAsync
("hash1", "socket.hash1", isInScope: true, NullLogger.Instance, new ProfilingTelemetry(new ConfigurationBuilder().Build()), clientSocket, CancellationToken.None).DefaultTimeout();
Commands\PsCommandTests.cs (1)
795
return await AppHostAuxiliaryBackchannel.
CreateFromSocketAsync
("hash1", "socket.hash1", isInScope: true, NullLogger.Instance, new ProfilingTelemetry(new ConfigurationBuilder().Build()), clientSocket, CancellationToken.None).DefaultTimeout();