コード例 #1
0
ファイル: MyHttpServer.cs プロジェクト: yangfan111/CsharpCode
        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());
        }
コード例 #2
0
ファイル: MyHttpServer.cs プロジェクト: yangfan111/CsharpCode
 public override string HandlerRequest()
 {
     return(EntityMapCompareExecutor.PrintDebugInfo());
 }