Example #1
0
    public void imethod_0(HashSet <string> hashSet_0 = null)
    {
        object obj = this.object_0;

        lock (obj)
        {
            if (hashSet_0 != null)
            {
                using (HashSet <string> .Enumerator enumerator = hashSet_0.GetEnumerator())
                {
                    while (enumerator.MoveNext())
                    {
                        string text = enumerator.Current;
                        GClass883.GClass884 gclass;
                        if (!this.method_0().TryGetValue(text, out gclass))
                        {
                            gclass = new GClass883.GClass884(text, false);
                        }
                        gclass.method_2(true);
                        this.method_0().Remove(text);
                    }
                    return;
                }
            }
            GClass883.GClass884 gclass2 = new GClass883.GClass884("127.0.0.1", false);
            this.imethod_0(gclass2.method_3());
        }
    }
Example #2
0
 public bool imethod_2()
 {
     try
     {
         GClass883.GClass884 gclass = new GClass883.GClass884("69.69.69.69", false);
         gclass.method_1();
         return(gclass.method_2(false));
     }
     catch
     {
     }
     return(false);
 }