usertools.AuthenticationTester.AuthenticationForm.AuthenticationForm C# (CSharp) Méthode

AuthenticationForm() public méthode

public AuthenticationForm ( ) : System
Résultat System
        public AuthenticationForm()
        {
            Method = Methods.POST;
            InputFields = new List<InputField>();
            Action = string.Empty;
        }
AuthenticationForm