Method code for $ident_connection.get_ident()

[Turn on line numbering]
arg host, remote_port, local_port;
var out;

(> .perms(caller(), definer()) <);
task = task_id();
catch any
    .open_connection(host, 113);
with
    return [];
.write(remote_port + ", " + local_port + "
");
out = $scheduler.suspend(this());
.close();
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