随笔分类 - C#
-
一段C#代码,模拟IIS功能
摘要:1: using System; 2: using System.Collections.Generic; 3: using System.Text; 4: using System.Net; 5: using System.IO; 6: 7: namespace HostConsole 8: { 9: class Program 10: { 11: static void Main(string[] args) 12: { 13: if (HttpListener.IsS... 阅读全文
浙公网安备 33010602011771号