Cold Help System: Programming: ColdC Reference Manual: Implementation: Networking: Driver Network Methods


DRIVER method .connect(STRING client, STRING server, INTEGER port)

Called with three arguments. The first argument is the client (remote) address. The second is the server (local) address. The third is the port used. The server address should be whatever was specified to bind_port().


Server Connection | Client Connection | Driver Network Methods


the Cold Dark