@property
    def host(self):
        if not self.wait_for_bind():
            return None
        return self.server_address[0]