Synology_Abstract::_getBaseUrl PHP Method

_getBaseUrl() protected method

Get the base URL
protected _getBaseUrl ( ) : string
return string
    protected function _getBaseUrl()
    {
        return $this->_protocol . '://' . $this->_address . ':' . $this->_port . '/webapi/';
    }