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