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

@@ -181,6 +181,11 @@ namespace OpenSim.Framework.Servers.HttpServer
get { return m_request.Uri; }
}
public string UriPath
{
get { return m_request.UriPath; }
}
public string UserAgent
{
get { return m_userAgent; }