expose uripath

This commit is contained in:
UbitUmarov
2020-04-23 18:16:56 +01:00
parent 5a51553e7d
commit e818c570bb
4 changed files with 25 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ namespace OpenSim.Framework.Servers.HttpServer
/// </returns>
bool AddHTTPHandler(string methodName, GenericHTTPMethod handler);
bool AddPollServiceHTTPHandler(string ulr, PollServiceEventArgs args);
bool AddPollServiceHTTPHandler(string uripath, PollServiceEventArgs args);
bool AddPollServiceHTTPHandler(PollServiceEventArgs args);
void RemovePollServiceHTTPHandler(string url, string path);