摘要:
适用场景参考陈硕的《构建易于维护的分布式程序》staticvoidMain(string[]args){//查看方式http://127.0.0.1:8003/?name=TomAndJerryusing(HttpListenerlisterner=newHttpListener()){listerner.AuthenticationSchemes=AuthenticationSchemes.Anonymous;//指定身份验证Anonymous匿名访问listerner.Prefixes.Add("http://127.0.0.1:8003/");listerner.St 阅读全文
posted @ 2011-05-12 09:41
蒋正
阅读(561)
评论(1)
推荐(0)
浙公网安备 33010602011771号