public void didReceiveAuthenticationChallenge(WebView WebView, uint identifier, IWebURLAuthenticationChallenge challenge, IWebDataSource dataSource)
 {
 }
Example #2
0
 public void didReceiveAuthenticationChallenge(WebView WebView, uint identifier, IWebURLAuthenticationChallenge challenge, IWebDataSource dataSource)
 {
     throw new NotImplementedException();
 }
 public void didCancelAuthenticationChallenge(WebDownload download, IWebURLAuthenticationChallenge challenge)
 {
     DidCancelAuthenticationChallenge(download, challenge);
 }
 public void didCancelAuthenticationChallenge(WebDownload download, IWebURLAuthenticationChallenge challenge)
 {
     DidCancelAuthenticationChallenge(download, challenge);
 }
 public void didReceiveAuthenticationChallenge(WebView WebView, uint identifier, IWebURLAuthenticationChallenge challenge, IWebDataSource dataSource)
 {
     throw new NotImplementedException();
 }
 public void didReceiveAuthenticationChallenge(WebView WebView, uint identifier, IWebURLAuthenticationChallenge challenge, IWebDataSource dataSource)
 {
 }
Example #7
0
 public void didReceiveAuthenticationChallenge(WebDownload download, IWebURLAuthenticationChallenge challenge)
 {
 }