C# Class GAS.Core.Attacks.AsyncFlooderWrapper

Inheritance: IAttacker
Afficher le fichier Open project: old-kasthack-s-projects/GAS

Méthodes publiques

Méthode Description
AsyncFlooderWrapper ( IPEndPoint target, ProtocolType protocol, int threadCount ) : System
Start ( ) : void
Stop ( ) : void

Method Details

AsyncFlooderWrapper() public méthode

public AsyncFlooderWrapper ( IPEndPoint target, ProtocolType protocol, int threadCount ) : System
target System.Net.IPEndPoint
protocol ProtocolType
threadCount int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void