mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +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:
@@ -137,11 +137,19 @@ namespace OpenSim.Tests.Common
|
||||
}
|
||||
}
|
||||
|
||||
public Dictionary<string,string> Query
|
||||
public Hashtable Query
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
public Dictionary<string, string> QueryAsDictionary
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user