C# Класс SimpleAuth.Mac.WebAuthenticatorWebView

Наследование: WebKit.WebView, IWebFrameLoadDelegate
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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