Files
netch/Netch/Models/NatTypeTestResult.cs
2022-03-22 14:20:23 +08:00

8 lines
149 B
C#

namespace Netch.Models;
public struct NatTypeTestResult
{
public string? Result;
public string? LocalEnd;
public string? PublicEnd;
}