Ejemplo n.º 1
0
 // removes a remote client and returns its buffer.
 public static byte[] RemoveEndPoint(int index)
 {
     return(server.RemoveEndPoint(index));
 }