Метод | Описание | |
---|---|---|
CloseBrowser ( ) : void |
|
|
SilentWindowsFormsAuthenticationDialog ( object ownerWindow ) : System |
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
|
|
OnClosingUrl ( ) : void |
|
|
OnNavigationCanceled ( int statusCode ) : void |
|
|
WebBrowserNavigatingHandler ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void |
|
Метод | Описание | |
---|---|---|
CreateStartedTimer ( System.Action onTickAction, int interval ) : |
||
DocumentCompletedHandler ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs args ) : void | ||
HasLoginPage ( ) : bool | ||
OnUserInteractionRequired ( ) : void | ||
SignalDone ( |
This method must only be called from the UI thread. Since this is the callers opportunity to call dispose on this object. Calling Dispose must be done on the same thread on which this object was constructed.
|
|
SuppressBrowserSubDialogs ( ) : void |
Make sure that the browser control does not surface any of it's own dialogs. For instance bad certificate or javascript error dialogs.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected OnNavigationCanceled ( int statusCode ) : void | ||
statusCode | int | |
Результат | void |
public SilentWindowsFormsAuthenticationDialog ( object ownerWindow ) : System | ||
ownerWindow | object | |
Результат | System |
protected WebBrowserNavigatingHandler ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Forms.WebBrowserNavigatingEventArgs | |
Результат | void |