C# Class SimpleAuth.iOS.WebAuthenticatorViewController.WebViewDelegate

Inheritance: UIWebViewDelegate
Exibir arquivo Open project: Clancey/SimpleAuth

Public Methods

Method 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

Method Description
GetCookies ( Uri url ) : System.Net.Cookie[]

Method Details

LoadFailed() public method

public LoadFailed ( UIWebView webView, NSError error ) : void
webView UIWebView
error NSError
return void

LoadStarted() public method

public LoadStarted ( UIWebView webView ) : void
webView UIWebView
return void

LoadingFinished() public method

public LoadingFinished ( UIWebView webView ) : void
webView UIWebView
return void

ShouldStartLoad() public method

public ShouldStartLoad ( UIWebView webView, NSUrlRequest request, UIWebViewNavigationType navigationType ) : bool
webView UIWebView
request NSUrlRequest
navigationType UIWebViewNavigationType
return bool

WebViewDelegate() public method

public WebViewDelegate ( WebAuthenticatorViewController controller ) : System
controller WebAuthenticatorViewController
return System