Update On Wed Oct 16 20:35:02 CEST 2024

This commit is contained in:
github-action[bot]
2024-10-16 20:35:03 +02:00
parent 22d44acbdf
commit 1f98ce2696
163 changed files with 2704 additions and 4688 deletions
@@ -0,0 +1,13 @@
namespace ServiceLib.Handler.SysProxy
{
public class ProxySettingOSX
{
public static async Task SetProxy(string host, int port)
{
}
public static async Task UnsetProxy()
{
}
}
}