C# Class GAS.Core.AttackInformation.AttackInfo

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

Max packets to receive.
public ulong MaxRead
return ulong

MaxWrite public_oe property

Max packets to send.
public ulong MaxWrite
return ulong

Protocol public_oe property

Protocol
public ProtocolType Protocol
return ProtocolType

Randomizer public_oe property

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

ReadBufferSize public_oe property

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

SendBufferSize public_oe property

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

Target public_oe property

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