C# 클래스 ToolSet.DatabaseExtractorCode.DBExtractor.RequestManager

파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset 1 사용 예제들

공개 메소드들

메소드 설명
AddRequest ( Request req ) : void
Count ( ) : int
GetRequest ( ) : Request
RequestManager ( ) : System.Collections.Generic
StartThreads ( int count ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
OnRequestFinish ( Request req ) : void
ThreadFunc ( ) : void

메소드 상세

AddRequest() 공개 메소드

public AddRequest ( Request req ) : void
req Request
리턴 void

Count() 공개 메소드

public Count ( ) : int
리턴 int

GetRequest() 공개 메소드

public GetRequest ( ) : Request
리턴 Request

RequestManager() 공개 메소드

public RequestManager ( ) : System.Collections.Generic
리턴 System.Collections.Generic

StartThreads() 공개 메소드

public StartThreads ( int count ) : void
count int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void