private void From(NetEndPoint ep, ref IPEndPoint endPoint) { endPoint.Address = ep.address; endPoint.Port = ep.port; }