C# Class LOIC.cHLDos

Abstract class cHLDos contributed by B²
Inheritance: IFlooder
Mostrar archivo Open project: NewEraCracker/LOIC Class Usage Examples

Public Properties

Property Type Description
State ReqState

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
Test ( ) : bool

override this if you want to test the settings before spreading the word to the hivemind! should make a single connection and check for the expected outcome!

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Test() public method

override this if you want to test the settings before spreading the word to the hivemind! should make a single connection and check for the expected outcome!
public Test ( ) : bool
return bool

Property Details

State public_oe property

public ReqState State
return ReqState