AuthRequestedEventArgs
Namespace: Vuplex.WebView
Event args for IWithAuth.AuthRequested. Either Continue() or Cancel() must be called in order to resume the page.
Public properties
string Host
The host that requested authentication.
Public methods
void Cancel()
Declines authentication and resumes the page.
void Continue(string username, string password)
Sends an authentication request to the host.