diff options
author | UbitUmarov | 2018-07-14 21:48:59 +0100 |
---|---|---|
committer | UbitUmarov | 2018-07-14 21:48:59 +0100 |
commit | aee981e5e2c0bbbfc5c6e840fe13fb107bc47804 (patch) | |
tree | 12395a70198eb03f75a8ec95cbfe2409314832ce /OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs | |
parent | http reusecontext is obsolete (diff) | |
download | opensim-SC-aee981e5e2c0bbbfc5c6e840fe13fb107bc47804.zip opensim-SC-aee981e5e2c0bbbfc5c6e840fe13fb107bc47804.tar.gz opensim-SC-aee981e5e2c0bbbfc5c6e840fe13fb107bc47804.tar.bz2 opensim-SC-aee981e5e2c0bbbfc5c6e840fe13fb107bc47804.tar.xz |
http reusecontext is obsolete
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs b/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs index 2e17f1e..4577ca3 100644 --- a/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs +++ b/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs | |||
@@ -117,8 +117,6 @@ namespace OpenSim.Tests.Common | |||
117 | /// </summary> | 117 | /// </summary> |
118 | public string StatusDescription { get; set; } | 118 | public string StatusDescription { get; set; } |
119 | 119 | ||
120 | public bool ReuseContext { get; set; } | ||
121 | |||
122 | /// <summary> | 120 | /// <summary> |
123 | /// Add a header field and content to the response. | 121 | /// Add a header field and content to the response. |
124 | /// </summary> | 122 | /// </summary> |