Method code for $ident_connection.get_ident()

[Turn off line numbering]
  1: arg host, remote_port, local_port;
  2: var out;
  3: 
  4: (> .perms(caller(), definer()) <);
  5: task = task_id();
  6: catch any
  7:     .open_connection(host, 113);
  8: with
  9:     return [];
 10: .write(remote_port + ", " + local_port + "
");
 11: out = $scheduler.suspend(this());
 12: .close();
 13: return out.explode(":");

// Created 31-Mar-1997 as a part of ColdCore, see: @help Credit

Method Ancestry Override:

 ----   79 $ident_connection.get_ident(host, remote_port, local_port)
 ----   13 $connection.get_ident()

Tlon