Skybound.Gecko.PromptService.AsyncPromptAuth C# (CSharp) Method

AsyncPromptAuth() public method

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
return 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;
        }