C# Class TrollRAT.Server.WebServerCommandBase

Afficher le fichier Open project: x1234xx/RatSources

Méthodes publiques

Méthode 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 méthode

public abstract execute ( HttpListenerContext context ) : void
context HttpListenerContext
Résultat void

respondBytes() public méthode

public respondBytes ( Array data, HttpListenerResponse response, string contentType ) : void
data Array
response HttpListenerResponse
contentType string
Résultat void

respondString() public méthode

public respondString ( string str, HttpListenerResponse response, string contentType ) : void
str string
response HttpListenerResponse
contentType string
Résultat void