Previous Topic: PropertyNext Topic: Default Behavior


Purpose

This read-only boolean property contains the code to specify protocol to be used. The value is used to specify the desired persistence of the TCP/IP connection. If a value is true, the connection will be cached for subsequent reuse. The socket will not be closed at the completion of the server response. If a value is false, the connection will not be cached. The socket will be closed and the connection object will be destroyed. A subsequent flow to the same host/port combination will require a new connection object and a new socket connection.