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

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

공개 메소드들

메소드 설명
AsyncFlooderWrapper ( IPEndPoint target, ProtocolType protocol, int threadCount ) : System
Start ( ) : void
Stop ( ) : void

메소드 상세

AsyncFlooderWrapper() 공개 메소드

public AsyncFlooderWrapper ( IPEndPoint target, ProtocolType protocol, int threadCount ) : System
target System.Net.IPEndPoint
protocol ProtocolType
threadCount int
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void