diff options
Diffstat (limited to 'OpenSim/Framework/Servers/BaseHttpServer.cs')
-rw-r--r-- | OpenSim/Framework/Servers/BaseHttpServer.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/BaseHttpServer.cs b/OpenSim/Framework/Servers/BaseHttpServer.cs index 18bb018..7e8130a 100644 --- a/OpenSim/Framework/Servers/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/BaseHttpServer.cs | |||
@@ -1357,6 +1357,11 @@ namespace OpenSim.Framework.Servers | |||
1357 | } | 1357 | } |
1358 | } | 1358 | } |
1359 | 1359 | ||
1360 | public void Stop() | ||
1361 | { | ||
1362 | m_httpListener2.Stop(); | ||
1363 | } | ||
1364 | |||
1360 | public void RemoveStreamHandler(string httpMethod, string path) | 1365 | public void RemoveStreamHandler(string httpMethod, string path) |
1361 | { | 1366 | { |
1362 | string handlerKey = GetHandlerKey(httpMethod, path); | 1367 | string handlerKey = GetHandlerKey(httpMethod, path); |