Arguments
client
the client identification. By default, it is the socket
identifier as it appears in getSocketClients(). The client must be
currently connecte.
serverport
the port on which the server is running, 8888 by default.
This server must be currently running.
socket
the Tcl socket name where the targetted client is connected. If
not provided, it will be guessed from client, otherwise,
client is ignored.
blocking
logical. Should the connection wait that the data is written
before exiting?
open
character. How the connection is opened. Currently, only
"a" for append (default) or "w" for write access are usable.
encoding
the name of the encoding to use.
object
A 'sockclientconn' object as returned by
socketClientConnection().
...
further arguments passed to the method (not used for the
moment).