Implemented interface member:
property
SocketPath
Aspire.Hosting.Backchannel.IAppHostSocket.SocketPath
6 references to SocketPath
aspire (6)
src\Shared\AppHostSocketManager.cs (6)
88var endpoint = new UnixDomainSocketEndPoint(appHostSocket.SocketPath); 241await socket.ConnectAsync(new UnixDomainSocketEndPoint(SocketPath), cancellationToken).ConfigureAwait(false); 255if (File.Exists(SocketPath)) 257File.Delete(SocketPath); 258logger.LogDebug("Cleaned up backchannel socket file: {SocketPath}", SocketPath); 264logger.LogDebug(ex, "Failed to clean up backchannel socket file: {SocketPath}", SocketPath);