Beispiel #1
0
 public void method_0()
 {
     for (int i = 0; i < this.Message1_0.Length; i++)
     {
         if (this.Message1_0[i] != null)
         {
             this.Message1_0[i].Shutdown(SocketShutdown.Both);
             this.Message1_0[i].Close();
             this.Message1_0[i].Dispose();
         }
     }
     this.Message1_0 = null;
     this.class114_0 = null;
 }
Beispiel #2
0
 public SocketsManager(string string_0, int int_0, int int_1)
 {
     this.Message1_0 = new SocketConnection[int_1];
     this.class114_0 = new Class114(string_0, int_0, int_1, this);
 }