C# 클래스 usertools.AuthenticationTester.AuthenticationTester

파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticationTester ( ) : System
RequestsLeft ( ) : int
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
BuildGET ( string URL, List InputFields, string Username, string Password ) : string
BuildPOST ( List InputFields, string Username, string Password ) : string
GetWebRequest ( ) : CreateWebrequest
PrepareWork ( ) : void
StartThreads ( int Count ) : void
ThreadFunction ( ) : void
ValidateRequest ( CreateWebrequest webRequest ) : void

메소드 상세

AuthenticationTester() 공개 메소드

public AuthenticationTester ( ) : System
리턴 System

RequestsLeft() 공개 메소드

public RequestsLeft ( ) : int
리턴 int

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void