mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
also expose the request client IP as seen by server port
This commit is contained in:
@@ -55,6 +55,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
Dictionary<string, string> QueryAsDictionary { get; } //faster than Query
|
||||
string RawUrl { get; }
|
||||
IPEndPoint RemoteIPEndPoint { get; }
|
||||
IPEndPoint LocalIPEndPoint { get; }
|
||||
Uri Url { get; }
|
||||
string UserAgent { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user