1 write to _socketPath
Aspire.Hosting.RemoteHost (1)
JsonRpcServer.cs (1)
46_socketPath = socketPath;
12 references to _socketPath
Aspire.Hosting.RemoteHost (12)
JsonRpcServer.cs (12)
51_logger.LogInformation("Starting RemoteAppHost JsonRpc Server on {SocketPath}...", _socketPath); 80_logger.LogInformation("Starting JsonRpc server on named pipe: {SocketPath}", _socketPath); 102_socketPath, 138_logger.LogInformation("Starting JsonRpc server on Unix domain socket: {SocketPath}", _socketPath); 141if (File.Exists(_socketPath)) 143File.Delete(_socketPath); 147var directory = Path.GetDirectoryName(_socketPath); 153var endpoint = new UnixDomainSocketEndPoint(_socketPath); 161File.SetUnixFileMode(_socketPath, UnixFileMode.UserRead | UnixFileMode.UserWrite); 313if (File.Exists(_socketPath)) 317File.Delete(_socketPath); 321_logger.LogWarning(ex, "Failed to delete socket file: {SocketPath}", _socketPath);