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