메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
SilentWebUI ( ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnAuthenticate ( string headers ) : |
Callers expect the call to show the authentication dialog to be synchronous. This is easy in the interactive case as ShowDialog is a synchronous call. However, ShowDialog will always show the dialog. It can not be hidden. So it can not be used in the silent case. Instead we need to do the equivalent of creating our own modal dialog. We start a new thread, launch an invisible window on that thread. The original calling thread blocks until the secondary UI thread completes.
|
메소드 | 설명 | |
---|---|---|
Cleanup ( ) : void | ||
StartUIThread ( string headers ) : Thread | ||
ThrowIfTransferredException ( ) : void | ||
UIDoneHandler ( object sender, |
||
WaitForCompletionOrTimeout ( Thread uiThread ) : void |
Waits on the UI Thread to complete normally for NavigationOverallTimeout. After it attempts shutdown the UI thread graceful followed by aborting the thread if a graceful shutdown is not successful.
|
protected OnAuthenticate ( string headers ) : |
||
headers | string | |
리턴 |