Create simple embedded http and https applications in C#

前端 未结 3 1504
执念已碎
执念已碎 2020-12-31 18:31

There is a simple http server API that allow you do some simple stuff quickly, without any addition dependency/installation required.

Are there any similar API/libra

3条回答
  •  时光说笑
    2020-12-31 18:50

    HttpListener hooks into HTTP.SYS even without IIS, I believe.

    You'll need to add priveleges to the service account, though - netsh on vista, httpcfg on xp ("how" covered here).

提交回复
热议问题