Method code for $ident_connection<$outbound_connection>.open_connection()

[Turn off line numbering]
  1: arg host, port;
  2: var condition;
  3: 
  4: (> .perms(sender()) <);
  5: (> pass(host, port) <);
  6: condition = $scheduler.suspend(this());
  7: if (condition != 'success)
  8:     throw(condition, "Unable to open connection.");
  9: return condition;

// Created 06-Oct-1996 as a part of ColdCore, see: @help Credit

Method Ancestry Override:

 ----   49 $outbound_connection.open_connection(host, port)
 ----   11 $connection.open_connection(host, port)

Tlon