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