usertools.AuthenticationTester.AuthenticationForm.AuthenticationForm C# (CSharp) 메소드

AuthenticationForm() 공개 메소드

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