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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNet.WebApi.OwinSelfHost" Version="5.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNet.WebApi.OwinSelfHost" Version="5.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNet.WebApi.OwinSelfHost" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNet.WebApi.OwinSelfHost --version 5.3.0
                    
#r "nuget: Microsoft.AspNet.WebApi.OwinSelfHost, 5.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.AspNet.WebApi.OwinSelfHost@5.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNet.WebApi.OwinSelfHost&version=5.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNet.WebApi.OwinSelfHost&version=5.3.0
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.