Microsoft.AspNet.WebApi.OwinSelfHost
5.3.0
Prefix Reserved
dotnet add package Microsoft.AspNet.WebApi.OwinSelfHost --version 5.3.0
NuGet\Install-Package Microsoft.AspNet.WebApi.OwinSelfHost -Version 5.3.0
<PackageReference Include="Microsoft.AspNet.WebApi.OwinSelfHost" Version="5.3.0" />
<PackageVersion Include="Microsoft.AspNet.WebApi.OwinSelfHost" Version="5.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.OwinSelfHost" />
paket add Microsoft.AspNet.WebApi.OwinSelfHost --version 5.3.0
#r "nuget: Microsoft.AspNet.WebApi.OwinSelfHost, 5.3.0"
#:package Microsoft.AspNet.WebApi.OwinSelfHost@5.3.0
#addin nuget:?package=Microsoft.AspNet.WebApi.OwinSelfHost&version=5.3.0
#tool nuget:?package=Microsoft.AspNet.WebApi.OwinSelfHost&version=5.3.0
This package allows you to host ASP.NET Web API within your own process using the OWIN HttpListener server. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.WebApi.Owin (>= 5.3.0)
- Microsoft.Owin.Host.HttpListener (>= 4.2.2)
- Microsoft.Owin.Hosting (>= 4.2.2)
NuGet packages (80)
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.WebApi.OwinSelfHost:
| Package | Downloads |
|---|---|
|
GSF.Web
Library of ASP.NET web forms extensions, embedded resource hosting and HTTP Module for implementing role-based security. |
|
|
Ninject.Web.WebApi.OwinSelfHost
Extension for Ninject providing integration with ASP.NET WebAPI 2 OWIN self host |
|
|
Stl.Testing
Stl.Testing is a collection of testing helpers used by Stl.Fusion tests. |
|
|
Quartzmin.SelfHost
This package allows you to host Quartzmin within your own process. |
|
|
R.Scheduler
A simple, easy to use job execution engine built on top of Quartz Enterprise Scheduler .NET |
GitHub repositories (44)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNet.WebApi.OwinSelfHost:
| Repository | Stars |
|---|---|
|
dotnet/aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Core Minimal APIs, Controllers, gRPC, OData, and Web API (Classic).
|
|
|
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
|
|
|
Azure/durabletask
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
|