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