Component /dat/lib/communication/asyncSocket
AsyncSocket provides asynchronus communication to a remote server over a TCP/IP socket. Any XML received on
the input port is sent to the server.
Socket will NOT wait for a synchonous reply or a socket disconnect before processing is completed.
Pins
Ports
- input XML received on this port is sent to the remote server.
- error if an error is encountered while communicating with the remote server, an error message is sent on this port.
Properties
- host the host name of the remote server.
- portNo the TCP/IP port number of the remote server.
Copyright 2000,2001 Data Access Technologies