using System; using System.Collections.Generic; using System.Net; using System.Text; namespace NetCore31BACNetTransfor { public class AsyncServerBag { public IPEndPoint remoteEP; public string bag; } }