C# 클래스 GAS.Core.Attacks.PostAttack

상속: IAttacker
파일 보기 프로젝트 열기: old-kasthack-s-projects/GAS

공개 메소드들

메소드 설명
PostAttack ( string dns, string ip, int port, string subSite, bool resp, int delay, int timeout, bool random, bool usegzip, int threadcount ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
bw_DoWork ( object indexinthreads ) : void

메소드 상세

PostAttack() 공개 메소드

public PostAttack ( string dns, string ip, int port, string subSite, bool resp, int delay, int timeout, bool random, bool usegzip, int threadcount ) : System
dns string
ip string
port int
subSite string
resp bool
delay int
timeout int
random bool
usegzip bool
threadcount int
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void