mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
change osrequest Query back to hashtable, add QueryAsDictionary as new better option. (recover compatibily with current external modules
This commit is contained in:
@@ -51,7 +51,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
bool IsSecured { get; }
|
||||
bool KeepAlive { get; }
|
||||
NameValueCollection QueryString { get; }
|
||||
Dictionary<string, string> Query { get; }
|
||||
Hashtable Query { get; }
|
||||
Dictionary<string, string> QueryAsDictionary { get; } //faster than Query
|
||||
string RawUrl { get; }
|
||||
IPEndPoint RemoteIPEndPoint { get; }
|
||||
Uri Url { get; }
|
||||
|
||||
Reference in New Issue
Block a user