aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/WebUtil.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/WebUtil.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs
index 147a011..f33b7a2 100644
--- a/OpenSim/Framework/WebUtil.cs
+++ b/OpenSim/Framework/WebUtil.cs
@@ -907,15 +907,6 @@ namespace OpenSim.Framework
907 } 907 }
908 } 908 }
909 909
910 public class SynchronousRestObjectPoster
911 {
912 [Obsolete]
913 public static TResponse BeginPostObject<TRequest, TResponse>(string verb, string requestUrl, TRequest obj)
914 {
915 return SynchronousRestObjectRequester.MakeRequest<TRequest, TResponse>(verb, requestUrl, obj);
916 }
917 }
918
919 public class SynchronousRestObjectRequester 910 public class SynchronousRestObjectRequester
920 { 911 {
921 private static readonly ILog m_log = 912 private static readonly ILog m_log =