你的80端口被占用了。比如iis、ftp等就会占用80端口。
改成
HttpServer.Close()HttpServer.Prefixes.Add("http://*:12345/")HttpServer.Start()