Update Redirector settings

Update Redirector interop
Update NFController
Create Netch.JsonConverter namespace
This commit is contained in:
ChsBuffer
2021-10-15 20:23:10 +08:00
parent 598ff19535
commit 7a3b5ff487
11 changed files with 73 additions and 40 deletions

View File

@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using Netch.Utils;
namespace Netch.Models
@@ -111,7 +110,6 @@ namespace Netch.Models
/// <summary>
/// 是否代理子进程
/// </summary>
[JsonIgnore]
public bool ChildProcessHandle { get; set; } = false;
}