C# Class SimpleAuth.iOS.WebAuthenticatorViewController.WebViewDelegate

Inheritance: UIWebViewDelegate
Afficher le fichier Open project: Clancey/SimpleAuth

Méthodes publiques

Méthode Description
LoadFailed ( UIWebView webView, NSError error ) : void
LoadStarted ( UIWebView webView ) : void
LoadingFinished ( UIWebView webView ) : void
ShouldStartLoad ( UIWebView webView, NSUrlRequest request, UIWebViewNavigationType navigationType ) : bool
WebViewDelegate ( WebAuthenticatorViewController controller ) : System

Private Methods

Méthode Description
GetCookies ( Uri url ) : System.Net.Cookie[]

Method Details

LoadFailed() public méthode

public LoadFailed ( UIWebView webView, NSError error ) : void
webView UIWebView
error NSError
Résultat void

LoadStarted() public méthode

public LoadStarted ( UIWebView webView ) : void
webView UIWebView
Résultat void

LoadingFinished() public méthode

public LoadingFinished ( UIWebView webView ) : void
webView UIWebView
Résultat void

ShouldStartLoad() public méthode

public ShouldStartLoad ( UIWebView webView, NSUrlRequest request, UIWebViewNavigationType navigationType ) : bool
webView UIWebView
request NSUrlRequest
navigationType UIWebViewNavigationType
Résultat bool

WebViewDelegate() public méthode

public WebViewDelegate ( WebAuthenticatorViewController controller ) : System
controller WebAuthenticatorViewController
Résultat System