Example #1
0
 /**
  * Set the HTTP client channel to use
  * 
  * @param Microsoft_Http_Client_Adapter_Interface|string $adapterInstance Adapter instance or adapter class name.
  */
 public function setHttpClientChannel($adapterInstance = 'Microsoft_Http_Client_Adapter_Proxy')
 {
     $this->_httpClientChannel->setAdapter($adapterInstance);
 }