2 references to CreateFromSocketAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
163CreateFromSocketAsync(appHostSocket, isInScope, logger, profilingTelemetry, socket, s_handshakeTimeout, cancellationToken);
Aspire.Cli.Tests (1)
Backchannel\AppHostAuxiliaryBackchannelTests.cs (1)
152return await AppHostAuxiliaryBackchannel.CreateFromSocketAsync(new TestAppHostSocket("socket.hash1"), isInScope: true, NullLogger.Instance, new ProfilingTelemetry(new ConfigurationBuilder().Build()), clientSocket, timeout, CancellationToken.None).DefaultTimeout();