mirror of
https://github.com/snltty/linker.git
synced 2025-10-28 03:13:15 +08:00
20 lines
314 B
C#
20 lines
314 B
C#
using linker.serializes;
|
|
using linker.tunnel.connection;
|
|
using linker.tunnel.transport;
|
|
using MemoryPack;
|
|
using System.Net;
|
|
|
|
namespace linker.Tests
|
|
{
|
|
[TestClass]
|
|
public class MemoryPackIPEndPointSerialize
|
|
{
|
|
[TestMethod]
|
|
public void Serialize()
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
|
|
} |