C# Class SimpleAuth.Mac.WebAuthenticatorWebView

Inheritance: WebKit.WebView, IWebFrameLoadDelegate
Datei anzeigen Open project: Clancey/SimpleAuth Class Usage Examples

Public Properties

Property Type Description
Authenticator SimpleAuth.Mac.WebAuthenticator

Public Methods

Method Description
BeginLoadingInitialUrl ( ) : void
ShowWebivew ( WebAuthenticatorWebView webview ) : void
WebAuthenticatorWebView ( SimpleAuth.Mac.WebAuthenticator authenticator ) : System

Private Methods

Method Description
ClearCookies ( ) : void
FailedLoadWithError ( WebView sender, NSError error, WebFrame forFrame ) : void
FailedProvisionalLoad ( WebView sender, NSError error, WebFrame forFrame ) : void
FinishedLoad ( WebView sender, WebFrame forFrame ) : void
GetCookies ( string url ) : System.Net.Cookie[]
LoadCookies ( ) : void
MonitorAuthenticator ( ) : System.Threading.Tasks.Task
RealLoading ( ) : System.Threading.Tasks.Task
StartedProvisionalLoad ( WebKit sender, WebKit forFrame ) : void
WillPerformClientRedirect ( WebKit sender, Foundation toUrl, double secondsDelay, Foundation fireDate, WebKit forFrame ) : void

Method Details

BeginLoadingInitialUrl() public method

public BeginLoadingInitialUrl ( ) : void
return void

ShowWebivew() public static method

public static ShowWebivew ( WebAuthenticatorWebView webview ) : void
webview WebAuthenticatorWebView
return void

WebAuthenticatorWebView() public method

public WebAuthenticatorWebView ( SimpleAuth.Mac.WebAuthenticator authenticator ) : System
authenticator SimpleAuth.Mac.WebAuthenticator
return System

Property Details

Authenticator public_oe property

public WebAuthenticator,SimpleAuth.Mac Authenticator
return SimpleAuth.Mac.WebAuthenticator