namespace PCL.Core.App.Essentials; /// /// RPC 函数
/// 接收参数并返回响应内容 ///
/// 参数 /// 响应内容 public delegate RpcResponse RpcFunction(string? argument, string? content, bool indent);