2 references to AppHostAuxiliaryBackchannel
aspire (1)
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
266
var connection = new
AppHostAuxiliaryBackchannel
(hash, socketPath, rpc, mcpInfo, appHostInfo, isInScope, logger);
Aspire.Cli.Tests (1)
Mcp\ListAppHostsToolTests.cs (1)
157
return new
AppHostAuxiliaryBackchannel
(hash, socketPath, rpc, mcpInfo: null, appHostInfo, isInScope);