C# 클래스 GAS.Core.IAttacker

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

공개 프로퍼티들

프로퍼티 타입 설명
Delay int
Downloaded int
Failed int
IsDelayed bool
IsFlooding bool
MethodName string
Port int
Requested int
States ReqState[]
Target string
ThreadCount int
Timeout int

공개 메소드들

메소드 설명
Start ( ) : void
Stop ( ) : void

메소드 상세

Start() 공개 추상적인 메소드

public abstract Start ( ) : void
리턴 void

Stop() 공개 추상적인 메소드

public abstract Stop ( ) : void
리턴 void

프로퍼티 상세

Delay 공개적으로 프로퍼티

public int Delay
리턴 int

Downloaded 공개적으로 프로퍼티

public int Downloaded
리턴 int

Failed 공개적으로 프로퍼티

public int Failed
리턴 int

IsDelayed 공개적으로 프로퍼티

public bool IsDelayed
리턴 bool

IsFlooding 공개적으로 프로퍼티

public bool IsFlooding
리턴 bool

MethodName 공개적으로 프로퍼티

public string MethodName
리턴 string

Port 공개적으로 프로퍼티

public int Port
리턴 int

Requested 공개적으로 프로퍼티

public int Requested
리턴 int

States 공개적으로 프로퍼티

public ReqState[] States
리턴 ReqState[]

Target 공개적으로 프로퍼티

public string Target
리턴 string

ThreadCount 공개적으로 프로퍼티

public int ThreadCount
리턴 int

Timeout 공개적으로 프로퍼티

public int Timeout
리턴 int