com.TCPRequest.doTextRequest

Persforms a request with a string.

Syntax

doTextRequest(
   data STRING )
  1. data is a string describing the request.

Usage

The doTextRequest() method performs the TCP request by using the information defined in string passed as parameter.

The connection is shutdown for writing, to notify that no data will be sent.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.