Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SRP_TcpClient connects to remote sockets and passes data to them. It currently does not support the ability to receive data since that would require an event mechanize unsupported in a stored procedure context. Such abilities might be added in the future to an ActiveX version of TcpClient, so that receiving data can be done using events.

Service

The SRP_TcpClient provides the following services:

ServiceDescription
CONNECTConnects to a remote listening socket.
CLOSECloses a connection.
SENDSends data through the connection.
RECEIVEReceives data through the connection.
CLOSE_SESCloses a connection to the SRP Engine Service.
SEND_SESSends data through the connection to the SRP Engine Service.

...