mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
9 lines
175 B
C#
9 lines
175 B
C#
namespace Netch.Models
|
|
{
|
|
public struct NatTypeTestResult
|
|
{
|
|
public string? Result;
|
|
public string? LocalEnd;
|
|
public string? PublicEnd;
|
|
}
|
|
} |