1 write to _socketPath
Aspire.Hosting.RemoteHost (1)
JsonRpcServer.cs (1)
48_socketPath = socketPath;
12 references to _socketPath
Aspire.Hosting.RemoteHost (12)
JsonRpcServer.cs (12)
53_logger.LogInformation("Starting RemoteAppHost JsonRpc Server on {SocketPath}...", _socketPath); 70_logger.LogInformation("Starting JsonRpc server on named pipe: {SocketPath}", _socketPath); 92_socketPath, 126_logger.LogInformation("Starting JsonRpc server on Unix domain socket: {SocketPath}", _socketPath); 129if (File.Exists(_socketPath)) 131File.Delete(_socketPath); 135var directory = Path.GetDirectoryName(_socketPath); 141var endpoint = new UnixDomainSocketEndPoint(_socketPath); 149File.SetUnixFileMode(_socketPath, UnixFileMode.UserRead | UnixFileMode.UserWrite); 289if (File.Exists(_socketPath)) 293File.Delete(_socketPath); 297_logger.LogWarning(ex, "Failed to delete socket file: {SocketPath}", _socketPath);