At.FF.Krems.FullscreenBrowser.FilteredPromptService.AsyncPromptAuth C# (CSharp) Method

AsyncPromptAuth() public method

The async prompt authentication.
public AsyncPromptAuth ( nsIDOMWindow parent, nsIChannel channel, nsIAuthPromptCallback callback, nsISupports context, uint level, nsIAuthInformation authInfo, string checkboxLabel, bool &checkValue ) : nsICancelable
parent nsIDOMWindow The parent.
channel nsIChannel The channel.
callback nsIAuthPromptCallback The callback.
context nsISupports The context.
level uint The level.
authInfo nsIAuthInformation The authentication info.
checkboxLabel string The checkbox label.
checkValue bool The check value.
return nsICancelable
        public nsICancelable AsyncPromptAuth(
            nsIDOMWindow parent,
            nsIChannel channel,
            nsIAuthPromptCallback callback,
            nsISupports context,
            uint level,
            nsIAuthInformation authInfo,
            string checkboxLabel,
            ref bool checkValue)
        {
            return PromptService.AsyncPromptAuth(channel, callback, context, level, authInfo);
        }