- Added BaseHttpServer.Stop

- Added "register" command to MessagingServer to re-register with the
  UserServer after that crashed/was restarted.
This commit is contained in:
Homer Horwitz
2008-10-22 17:06:23 +00:00
parent 809a1d3367
commit 80689c98b4
2 changed files with 39 additions and 21 deletions

View File

@@ -1357,6 +1357,11 @@ namespace OpenSim.Framework.Servers
}
}
public void Stop()
{
m_httpListener2.Stop();
}
public void RemoveStreamHandler(string httpMethod, string path)
{
string handlerKey = GetHandlerKey(httpMethod, path);