C# 클래스 SimpleAuth.Mac.WebAuthenticatorWebView

상속: WebKit.WebView, IWebFrameLoadDelegate
파일 보기 프로젝트 열기: Clancey/SimpleAuth 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Authenticator SimpleAuth.Mac.WebAuthenticator

공개 메소드들

메소드 설명
BeginLoadingInitialUrl ( ) : void
ShowWebivew ( WebAuthenticatorWebView webview ) : void
WebAuthenticatorWebView ( SimpleAuth.Mac.WebAuthenticator authenticator ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

BeginLoadingInitialUrl() 공개 메소드

public BeginLoadingInitialUrl ( ) : void
리턴 void

ShowWebivew() 공개 정적인 메소드

public static ShowWebivew ( WebAuthenticatorWebView webview ) : void
webview WebAuthenticatorWebView
리턴 void

WebAuthenticatorWebView() 공개 메소드

public WebAuthenticatorWebView ( SimpleAuth.Mac.WebAuthenticator authenticator ) : System
authenticator SimpleAuth.Mac.WebAuthenticator
리턴 System

프로퍼티 상세

Authenticator 공개적으로 프로퍼티

public WebAuthenticator,SimpleAuth.Mac Authenticator
리턴 SimpleAuth.Mac.WebAuthenticator