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