Exemple #1
0
 public static void Add(ISocket s)
 {
     if(s.sock==null)
         return;
     sockets.Add(s);
 }
Exemple #2
0
 public static void Remove(ISocket s)
 {
     sockets.Remove(s);
 }
Exemple #3
0
 public static void Remove(ISocket s)
 {
     sockets.Remove(s);
 }