add request QueryFlags

This commit is contained in:
UbitUmarov
2020-04-13 15:01:04 +01:00
parent b419f71a68
commit 920a26eeec
3 changed files with 68 additions and 43 deletions

View File

@@ -153,6 +153,14 @@ namespace OpenSim.Tests.Common
}
}
public HashSet<string> QueryFlags
{
get
{
throw new NotImplementedException();
}
}
public string RawUrl
{
get