C# Class SaneWeb.ResponseHandler

Afficher le fichier Open project: ext0/SaneWeb

Méthodes publiques

Méthode Description
handleResponse ( SaneServer sender, HttpListenerContext context, List controllers ) : byte[]

Gets a byte representation of the data requested in this HttpListenerContext request

Method Details

handleResponse() public static méthode

Gets a byte representation of the data requested in this HttpListenerContext request
public static handleResponse ( SaneServer sender, HttpListenerContext context, List controllers ) : byte[]
sender SaneServer Sender of the call
context System.Net.HttpListenerContext Context of the HTTP request
controllers List Relevant controllers to be searched for methods
Résultat byte[]