mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
adding RemoveXmlRpcHandler to IHttpServer
This commit is contained in:
@@ -118,6 +118,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
bool RemoveLLSDHandler(string path, LLSDMethod handler);
|
||||
|
||||
void RemoveStreamHandler(string httpMethod, string path);
|
||||
|
||||
void RemoveXmlRPCHandler(string method);
|
||||
|
||||
string GetHTTP404(string host);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user