mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
merge master
This commit is contained in:
@@ -369,5 +369,17 @@ namespace OpenSim.Framework.Servers
|
||||
return m_Servers[port];
|
||||
}
|
||||
}
|
||||
|
||||
public static void Stop()
|
||||
{
|
||||
lock (m_Servers)
|
||||
{
|
||||
foreach (BaseHttpServer httpServer in m_Servers.Values)
|
||||
{
|
||||
httpServer.Stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user