30 namespace OpenSim.Framework.Servers.HttpServer
43 : base(httpMethod, path, name, description) {}
50 ProcessRequest(path, request, response, httpRequest, httpResponse);
Base handler for writing to an output stream
virtual void Handle(string path, Stream request, Stream response, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
BaseOutputStreamHandler(string httpMethod, string path, string name, string description)
BaseOutputStreamHandler(string httpMethod, string path)
virtual void ProcessRequest(string path, Stream request, Stream response, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)