Plumb the new server connector logic

This commit is contained in:
Melanie Thielker
2009-05-05 04:37:06 +00:00
parent 5e28a5982d
commit d1c9a41be0
8 changed files with 295 additions and 114 deletions

View File

@@ -47,6 +47,11 @@ namespace OpenSim.Servers.Base
//
protected BaseHttpServer m_HttpServer = null;
public IHttpServer HttpServer
{
get { return m_HttpServer; }
}
// Handle all the automagical stuff
//
public HttpServerBase(string prompt, string[] args) : base(prompt, args)