C# Class usertools.AuthenticationTester.AuthenticationTester

Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Méthode Description
AuthenticationTester ( ) : System
RequestsLeft ( ) : int
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode 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 méthode

public AuthenticationTester ( ) : System
Résultat System

RequestsLeft() public méthode

public RequestsLeft ( ) : int
Résultat int

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void