NAT 指示灯,菜单栏自动停止并退出

This commit is contained in:
ChsBuffer
2020-07-08 22:54:07 +08:00
parent 525c9c40fa
commit c8f28f29f1
5 changed files with 135 additions and 36 deletions

View File

@@ -0,0 +1,16 @@
namespace Netch.Models
{
public class STUN_Client
{
public enum NatType
{
UdpBlocked,
OpenInternet,
SymmetricUdpFirewall,
FullCone,
RestrictedCone,
PortRestrictedCone,
Symmetric
}
}
}