Method code for $outbound_connection.open_connection()

[Turn on line numbering]
arg host, port;
var condition;

(> .perms(sender()) <);
(> pass(host, port) <);
condition = $scheduler.suspend(this());
if (condition != 'success)
    throw(condition, "Unable to open connection.");
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