Tizen - 如何以编程方式响应Web控件的基本身份验证请求

时间:2014-01-22 05:09:36

标签: tizen

API reference of ILoadingListener::OnHttpAuthenticationRequestedN说,

  

返回:   如果应用程序拥有所有权,则为true,   否则为false,并显示ID和密码的默认对话框   如果此方法返回true,则应用程序必须删除AuthenticationChallenge实例。

但AuthenticationChallenge的实例作为const引用传递。我该如何删除它?此外,AuthenticationChallenge::Process()是非const函数。我怎么称呼它?

0 个答案:

没有答案