C# Class TrollRAT.Server.WebServerCommandBase

Mostrar archivo Open project: x1234xx/RatSources

Public Methods

Method Description
execute ( HttpListenerContext context ) : void
respondBytes ( Array data, HttpListenerResponse response, string contentType ) : void
respondString ( string str, HttpListenerResponse response, string contentType ) : void

Method Details

execute() public abstract method

public abstract execute ( HttpListenerContext context ) : void
context HttpListenerContext
return void

respondBytes() public method

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

respondString() public method

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