cnet

Connect method of cnet::Socket

The Connect methods tries to connect to the server that is running on the specified address

Syntax

bool Connect(
    const Address& address
);

Parameters

address

The address to connect to

Return value

true on success false on failure