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

@@ -58,6 +58,7 @@ namespace OpenSim.Framework.Servers.HttpServer
IPEndPoint RemoteIPEndPoint { get; }
IPEndPoint LocalIPEndPoint { get; }
Uri Url { get; }
string UriPath { get; }
string UserAgent { get; }
}
}