You are here

function soapclient::useHTTPPersistentConnection in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 includes/nusoap.orig.php \soapclient::useHTTPPersistentConnection()

* use HTTP persistent connections if possible * * @access public

File

includes/nusoap.orig.php, line 6927

Class

soapclient
soapclient higher level class for easy usage.

Code

function useHTTPPersistentConnection() {
  $this->persistentConnection = true;
}