The SendTo methods sends data thru the socket to a specific address
int SendTo( const cnet::Bytes& data, const Address& to );
data
The data to send
to
The address to send to
The amount of data sent