public void method_0()
 {
     for (int i = 0; i < this.Message1_0.Length; i++)
     {
         if (this.Message1_0[i] != null)
         {
             this.Message1_0[i].Dispose();
         }
     }
     this.Message1_0 = null;
     this.class114_0 = null;
 }
Пример #2
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].Close();
         }
     }
     this.Message1_0 = null;
     this.class114_0 = null;
 }
Пример #3
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;
 }
 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;
 }
Пример #5
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, this);
 }
 public SocketsManager(string LocalIP, int Port, int maxSimultaneousConnections)
 {
     this.Message1_0 = new SocketConnection[maxSimultaneousConnections];
     this.class114_0 = new Class114(LocalIP, Port, this);
 }
 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, this);
 }
Пример #8
0
 public SocketsManager(string LocalIP, int Port, int maxSimultaneousConnections)
 {
     this.Message1_0 = new SocketConnection[maxSimultaneousConnections];
     this.class114_0 = new Class114(LocalIP, Port, this);
 }