C# Class GAS.Core.IAttacker

Show file Open project: old-kasthack-s-projects/GAS Class Usage Examples

Public Properties

Property Type Description
Delay int
Downloaded int
Failed int
IsDelayed bool
IsFlooding bool
MethodName string
Port int
Requested int
States ReqState[]
Target string
ThreadCount int
Timeout int

Public Methods

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

Method Details

Start() public abstract method

public abstract Start ( ) : void
return void

Stop() public abstract method

public abstract Stop ( ) : void
return void

Property Details

Delay public property

public int Delay
return int

Downloaded public property

public int Downloaded
return int

Failed public property

public int Failed
return int

IsDelayed public property

public bool IsDelayed
return bool

IsFlooding public property

public bool IsFlooding
return bool

MethodName public property

public string MethodName
return string

Port public property

public int Port
return int

Requested public property

public int Requested
return int

States public property

public ReqState[] States
return ReqState[]

Target public property

public string Target
return string

ThreadCount public property

public int ThreadCount
return int

Timeout public property

public int Timeout
return int