# File lib/serverspec/type/iis_website.rb, line 24
    def has_site_bindings?(port, protocol, ipaddress, host_header)
      @runner.check_iis_website_has_site_bindings(@name, port, protocol, ipaddress, host_header)
    end