At.FF.Krems.FullscreenBrowser.FilteredPromptService.AsyncPromptAuth C# (CSharp) 메소드

AsyncPromptAuth() 공개 메소드

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.
리턴 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);
        }