mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +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);
|
||||
|
||||
@@ -58,6 +58,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
IPEndPoint RemoteIPEndPoint { get; }
|
||||
IPEndPoint LocalIPEndPoint { get; }
|
||||
Uri Url { get; }
|
||||
string UriPath { get; }
|
||||
string UserAgent { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user