getProxyHost() public method

Get basic proxy host option value
public getProxyHost ( ) : string
return string
 /**
  * Gets the optionProxyHost value
  * @return string
  */
 public function getOptionProxyHost()
 {
     return $this->options->getProxyHost();
 }