Files

6 lines
140 B
C#
Raw Permalink Normal View History

using System;
using System.Net;
namespace PCL.Core.Link;
public record BroadcastRecord(string Desc, IPEndPoint Address, DateTime FoundAt);