Create a client socket connected to the specified host and port.
Parameters: host - - the host name Parameters: port - - the port number a socket connected to the specified host and port. exception: IOException - if an I/O error occurs during socket creation.