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