C# Class GAS.Core.AttackInformation.AttackInfo

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

Public Properties

Property Type Description
MaxRead ulong
MaxWrite ulong
Protocol ProtocolType
Randomizer Func
ReadBufferSize int
SendBufferSize int
Target System.Net.IPEndPoint

Property Details

MaxRead public property

Max packets to receive.
public ulong MaxRead
return ulong

MaxWrite public property

Max packets to send.
public ulong MaxWrite
return ulong

Protocol public property

Protocol
public ProtocolType Protocol
return ProtocolType

Randomizer public property

Data generator for sending first parameter - buffer second - thread identifer
public Func Randomizer
return Func

ReadBufferSize public property

Read buffer size. Deafult is set to
public int ReadBufferSize
return int

SendBufferSize public property

Send buffer size. Default is ok.
public int SendBufferSize
return int

Target public property

Attack Target
public IPEndPoint,System.Net Target
return System.Net.IPEndPoint