C# Class usertools.AuthenticationTester.AuthenticationTester

ファイルを表示 Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Methods

Method Description
AuthenticationTester ( ) : System
RequestsLeft ( ) : int
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
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

Method Details

AuthenticationTester() public method

public AuthenticationTester ( ) : System
return System

RequestsLeft() public method

public RequestsLeft ( ) : int
return int

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void