سؤال

What's the host/webserver that nuget package Microsoft ASP.NET Web API 2.1 OWIN Self Host 5.1.1 uses to host webapi 2.1?

(following the Host dependencies in this page it does lead to Katana server but I wanted to make sure)

هل كانت مفيدة؟

المحلول

It is OwinHttpListener that is a thin wrapper around HttpListener which in turn is a wrapper around Http.sys.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top