C# Class GAS.Core.Attacks.AsyncFlooderWrapper

Inheritance: IAttacker
显示文件 Open project: old-kasthack-s-projects/GAS

Public Methods

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

Method Details

AsyncFlooderWrapper() public method

public AsyncFlooderWrapper ( IPEndPoint target, ProtocolType protocol, int threadCount ) : System
target System.Net.IPEndPoint
protocol ProtocolType
threadCount int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void