aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Servers/Base/HttpServerBase.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Servers/Base/HttpServerBase.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Servers/Base/HttpServerBase.cs b/OpenSim/Servers/Base/HttpServerBase.cs
index f36c6c9..5286744 100644
--- a/OpenSim/Servers/Base/HttpServerBase.cs
+++ b/OpenSim/Servers/Base/HttpServerBase.cs
@@ -47,6 +47,11 @@ namespace OpenSim.Servers.Base
47 // 47 //
48 protected BaseHttpServer m_HttpServer = null; 48 protected BaseHttpServer m_HttpServer = null;
49 49
50 public IHttpServer HttpServer
51 {
52 get { return m_HttpServer; }
53 }
54
50 // Handle all the automagical stuff 55 // Handle all the automagical stuff
51 // 56 //
52 public HttpServerBase(string prompt, string[] args) : base(prompt, args) 57 public HttpServerBase(string prompt, string[] args) : base(prompt, args)