|
SocketTransport class SocketTransport is used to send messages across network using plain TCP packets. Description
SocketTransport is a descendant of InetTransport that transfers messages between computers using plain TCP packets. SocketTransport can act in client, server or peer-to-peer modes (use TransportMode property to specify the mode). SocketTransport automatically manages connections to remote hosts and supports Transformer classes.
Message address for SocketTransport looks like
For information about proxy support, see description of Proxy support in SocketTransport and HTTPTransport Inherited from InetTransport
Inherited from BaseTransport
Inherited from InetTransport Inherited from BaseTransportInherited from InetTransport |
|
