C# Class GAS.Core.AttackInformation.AttackInfo

Afficher le fichier Open project: old-kasthack-s-projects/GAS Class Usage Examples

Méthodes publiques

Свойство 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
Résultat ulong

MaxWrite public_oe property

Max packets to send.
public ulong MaxWrite
Résultat ulong

Protocol public_oe property

Protocol
public ProtocolType Protocol
Résultat ProtocolType

Randomizer public_oe property

Data generator for sending first parameter - buffer second - thread identifer
public Func Randomizer
Résultat Func

ReadBufferSize public_oe property

Read buffer size. Deafult is set to
public int ReadBufferSize
Résultat int

SendBufferSize public_oe property

Send buffer size. Default is ok.
public int SendBufferSize
Résultat int

Target public_oe property

Attack Target
public IPEndPoint,System.Net Target
Résultat System.Net.IPEndPoint