Implement HTTP(S) proxy

This commit is contained in:
2023-09-21 13:34:05 +08:00
parent 41c644f2af
commit a71048d905
22 changed files with 1634 additions and 74 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GrasscutterTools.Utils
{
public class SystemProxy
{
}
}