mirror of
https://github.com/netchx/netch.git
synced 2026-04-01 19:15:09 +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;
|
|
}
|
|
} |