C# 클래스 TrollRAT.Server.WebServerCommandBase

파일 보기 프로젝트 열기: x1234xx/RatSources

공개 메소드들

메소드 설명
execute ( HttpListenerContext context ) : void
respondBytes ( Array data, HttpListenerResponse response, string contentType ) : void
respondString ( string str, HttpListenerResponse response, string contentType ) : void

메소드 상세

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

public abstract execute ( HttpListenerContext context ) : void
context HttpListenerContext
리턴 void

respondBytes() 공개 메소드

public respondBytes ( Array data, HttpListenerResponse response, string contentType ) : void
data Array
response HttpListenerResponse
contentType string
리턴 void

respondString() 공개 메소드

public respondString ( string str, HttpListenerResponse response, string contentType ) : void
str string
response HttpListenerResponse
contentType string
리턴 void