C# 클래스 GAS.Core.AttackInformation.AttackInfo

파일 보기 프로젝트 열기: old-kasthack-s-projects/GAS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxRead ulong
MaxWrite ulong
Protocol ProtocolType
Randomizer Func
ReadBufferSize int
SendBufferSize int
Target System.Net.IPEndPoint

프로퍼티 상세

MaxRead 공개적으로 프로퍼티

Max packets to receive.
public ulong MaxRead
리턴 ulong

MaxWrite 공개적으로 프로퍼티

Max packets to send.
public ulong MaxWrite
리턴 ulong

Protocol 공개적으로 프로퍼티

Protocol
public ProtocolType Protocol
리턴 ProtocolType

Randomizer 공개적으로 프로퍼티

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

ReadBufferSize 공개적으로 프로퍼티

Read buffer size. Deafult is set to
public int ReadBufferSize
리턴 int

SendBufferSize 공개적으로 프로퍼티

Send buffer size. Default is ok.
public int SendBufferSize
리턴 int

Target 공개적으로 프로퍼티

Attack Target
public IPEndPoint,System.Net Target
리턴 System.Net.IPEndPoint