Skybound.Gecko.PromptService.AsyncPromptAuth C# (CSharp) Méthode

AsyncPromptAuth() public méthode

public AsyncPromptAuth ( nsIDOMWindow aParent, nsIChannel aChannel, nsIAuthPromptCallback aCallback, nsISupports aContext, uint level, nsIAuthInformation authInfo, string checkboxLabel, bool &checkValue ) : nsICancelable
aParent nsIDOMWindow
aChannel nsIChannel
aCallback nsIAuthPromptCallback
aContext nsISupports
level uint
authInfo nsIAuthInformation
checkboxLabel string
checkValue bool
Résultat nsICancelable
        public nsICancelable AsyncPromptAuth(nsIDOMWindow aParent, nsIChannel aChannel, nsIAuthPromptCallback aCallback, nsISupports aContext, uint level, nsIAuthInformation authInfo, string checkboxLabel, ref bool checkValue)
        {
            //throw new NotImplementedException();
            return null;
        }