Refactor TUNController

This commit is contained in:
ChsBuffer
2021-05-09 15:31:43 +08:00
parent 60dd3c8965
commit 74caeeaf42
10 changed files with 286 additions and 324 deletions

View File

@@ -1,14 +0,0 @@
using System.Net;
using System.Net.NetworkInformation;
namespace Netch.Interfaces
{
public interface IAdapter
{
ulong InterfaceIndex { get; }
IPAddress Gateway { get; }
NetworkInterface NetworkInterface { get; }
}
}