Implemented interface member:
property
SocketPath
Aspire.Hosting.Backchannel.IAppHostSocket.SocketPath
3 references to SocketPath
Aspire.Cli.Tests (3)
TestServices\TestAppHostSocket.cs (3)
20await socket.ConnectAsync(new UnixDomainSocketEndPoint(SocketPath), cancellationToken); 32if (!File.Exists(SocketPath)) 37File.Delete(SocketPath);