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