C# Class GAS.Core.IAttacker

Mostrar archivo 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_oe property

public int Delay
return int

Downloaded public_oe property

public int Downloaded
return int

Failed public_oe property

public int Failed
return int

IsDelayed public_oe property

public bool IsDelayed
return bool

IsFlooding public_oe property

public bool IsFlooding
return bool

MethodName public_oe property

public string MethodName
return string

Port public_oe property

public int Port
return int

Requested public_oe property

public int Requested
return int

States public_oe property

public ReqState[] States
return ReqState[]

Target public_oe property

public string Target
return string

ThreadCount public_oe property

public int ThreadCount
return int

Timeout public_oe property

public int Timeout
return int