C# Class SaneWeb.ResponseHandler

Exibir arquivo Open project: ext0/SaneWeb

Public Methods

Method 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 method

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
return byte[]