Example #1
0
        public override string HandlerRequest()
        {
            StringBuilder sb = new StringBuilder();

            sb.Append("<div><p>==================================================================</div>");
            sb.Append(ObjectAllocators.PrintAllDebugInfo());
            sb.Append("<div><p>==================================================================</div>");
            sb.Append(EntityMapCompareExecutor.PrintDebugInfo());
            sb.Append("<div><p>==================================================================</div>");
            sb.Append(AbstractNetworkService.PrintDebugInfo());
            return(sb.ToString());
        }
Example #2
0
            public string GetResponse()
            {
                StringBuilder sb = new StringBuilder();

                sb.Append("<div><p>==================================================================</div>");
                sb.Append(ObjectAllocators.PrintAllDebugInfo());
                sb.Append("<div><p>==================================================================</div>");
                sb.Append(EntityMapComparator.PrintDebugInfo());
                sb.Append("<div><p>==================================================================</div>");
                sb.Append(AbstractNetworkService.PrintDebugInfo());
                return(sb.ToString());
            }
Example #3
0
 public override string HandlerRequest()
 {
     return(ObjectAllocators.PrintAllDebugInfo());
 }
Example #4
0
 public string GetResponse()
 {
     return(ObjectAllocators.PrintAllDebugInfo());
 }