1 write to _socketPath
Aspire.Hosting.RemoteHost (1)
JsonRpcServer.cs (1)
44_socketPath = socketPath;
12 references to _socketPath
Aspire.Hosting.RemoteHost (12)
JsonRpcServer.cs (12)
49_logger.LogInformation("Starting RemoteAppHost JsonRpc Server on {SocketPath}...", _socketPath); 66_logger.LogInformation("Starting JsonRpc server on named pipe: {SocketPath}", _socketPath); 88_socketPath, 122_logger.LogInformation("Starting JsonRpc server on Unix domain socket: {SocketPath}", _socketPath); 125if (File.Exists(_socketPath)) 127File.Delete(_socketPath); 131var directory = Path.GetDirectoryName(_socketPath); 137var endpoint = new UnixDomainSocketEndPoint(_socketPath); 145File.SetUnixFileMode(_socketPath, UnixFileMode.UserRead | UnixFileMode.UserWrite); 282if (File.Exists(_socketPath)) 286File.Delete(_socketPath); 290_logger.LogWarning(ex, "Failed to delete socket file: {SocketPath}", _socketPath);