CompiledScript.LogonDialogHandler Method

Definition

Handles Basic access authentication dialogs.

public void LogonDialogHandler(string username, string password)

Parameters

 username  string

 password  string

Examples

LogonDialogHandler (“username”, “password”);