C# Class LOIC.HTTPFlooder

ファイルを表示 Open project: NewEraCracker/LOIC Class Usage Examples

Public Methods

Method Description
HTTPFlooder ( string host, string ip, int port, string subSite, bool resp, int delay, int timeout, bool random, bool useget, bool gzip ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Tick ( ) : long
bw_DoWork ( object sender, DoWorkEventArgs e ) : void
tTimepoll_Tick ( object sender, EventArgs e ) : void

Method Details

HTTPFlooder() public method

public HTTPFlooder ( string host, string ip, int port, string subSite, bool resp, int delay, int timeout, bool random, bool useget, bool gzip ) : System
host string
ip string
port int
subSite string
resp bool
delay int
timeout int
random bool
useget bool
gzip bool
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void