mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
please DIE! PLEASE??
This commit is contained in:
@@ -353,5 +353,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