Implemented interface member:
property
Socket
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.Socket
1 write to Socket
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
31set => Socket = new TestAppHostSocket(value);
2 references to Socket
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
672public IAppHostSocket Socket => _inner.Socket;
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
30get => Socket.SocketPath;