Files
netch/Netch/Models/NatTypeTestResult.cs
ChsBuffer 8fb2bdcee9 C# 10
2021-11-13 00:44:09 +08:00

8 lines
149 B
C#

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