WinInsider.HttpHosting.Owin NuGet Package

Owin Hosting with MEF project compiled for .NET Standard

HttpListener that comes with Owin can not be used in .NET Standard scenarios as is bases on Windows specific implementation, thus set ServerFactory as below...

var options = new StartOptions("http://localhost:8080/");
options.

ServerFactory = "WinInsider.Owin.Host.SocketListener";
WebApp.Start<Startup>(options);.




Got any WinInsider.HttpHosting.Owin Question?





Info

Version: 1.0.21
Author(s): Mike
Last Update: Wednesday, December 18, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/WinInsider
NuGet Url: https://www.nuget.org/packages/WinInsider.HttpHosting.Owin


Install
Install-Package WinInsider.HttpHosting.Owin
dotnet add package WinInsider.HttpHosting.Owin
paket add WinInsider.HttpHosting.Owin
WinInsider.HttpHosting.Owin Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

2

days-since-last-release

1602