mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
expose uripath
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user