API reference of ILoadingListener::OnHttpAuthenticationRequestedN说,
返回: 如果应用程序拥有所有权,则为true, 否则为false,并显示ID和密码的默认对话框 如果此方法返回true,则应用程序必须删除AuthenticationChallenge实例。
但AuthenticationChallenge的实例作为const引用传递。我该如何删除它?此外,AuthenticationChallenge::Process()是非const函数。我怎么称呼它?