Microsoft.Owin.SelfHost 4.2.2

Prefix Reserved
dotnet add package Microsoft.Owin.SelfHost --version 4.2.2
                    
NuGet\Install-Package Microsoft.Owin.SelfHost -Version 4.2.2
                    
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.Owin.SelfHost" Version="4.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Owin.SelfHost" Version="4.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Owin.SelfHost" />
                    
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.Owin.SelfHost --version 4.2.2
                    
#r "nuget: Microsoft.Owin.SelfHost, 4.2.2"
                    
#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.
#addin nuget:?package=Microsoft.Owin.SelfHost&version=4.2.2
                    
Install Microsoft.Owin.SelfHost as a Cake Addin
#tool nuget:?package=Microsoft.Owin.SelfHost&version=4.2.2
                    
Install Microsoft.Owin.SelfHost as a Cake Tool

Getting started with Microsoft OWIN self-host libraries:

This package contains libraries for hosting OWIN compatible HTTP components in your own process.

An example Startup class is included below. The Startup class can be called from your application as follows:

using (WebApp.Start<Startup>("http://localhost:12345"))
{
    Console.ReadLine();
}

public class Startup
{
    public void Configuration(IAppBuilder app)
    {
#if DEBUG
        app.UseErrorPage();
#endif
        app.UseWelcomePage("/");
    }
}

For additional information see: https://github.com/aspnet/aspnetkatana http://www.owin.org/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (25)

Showing the top 5 NuGet packages that depend on Microsoft.Owin.SelfHost:

Package Downloads
Microsoft.AspNet.SignalR.SelfHost

This package includes the required dependencies for self-hosting SignalR in a process outside of IIS using OWIN and HTTPListener.

GSF.Web

Library of ASP.NET web forms extensions, embedded resource hosting and HTTP Module for implementing role-based security.

Cireson.Platform.Core.Host

Platform host.

JustFakeIt

An InProcess HTTP server which can be mocked and asserted against to allow for full stack HTTP testing

Rebus.Owin

Package Description

GitHub repositories (25)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Owin.SelfHost:

Repository Stars
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
SignalR/SignalR
Incredibly simple real-time web for .NET
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
reactjs/React.NET
.NET library for JSX compilation and server-side rendering of React components
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Used by over 150,000 organisations. Remember to Star us! Download from certifytheweb.com
dadhi/DryIoc
DryIoc is fast, small, full-featured IoC Container for .NET
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
tusdotnet/tusdotnet
.NET server implementation of the Tus protocol for resumable file uploads. Read more at https://tus.io
Funbit/ets2-telemetry-server
ETS2/ATS Telemetry Web Server + Mobile Dashboard
aelassas/wexflow
Workflow Engine and Automation Platform
oybab/TradingSystem
A multi-language cross-platform open source free software: Oybab Trading System.
aspnet-contrib/AspNet.Security.OpenIdConnect.Server
OpenID Connect/OAuth2 server framework for OWIN/Katana and ASP.NET Core
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
MediaPortal/MediaPortal-2
Development of MediaPortal 2
filipw/apress-recipes-webapi
Samples from ASP.NET Web API 2: Recipes book.
rstropek/Samples
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
MeshackMusundi/SignalChat
WPF-MVVM instant messaging application using SignalR
evemondevteam/evemon
A lightweight, easy-to-use standalone Windows application designed to assist you in keeping track of your EVE Online character progression.
neuecc/LightNode
Micro RPC/REST Framework built on OWIN
Version Downloads Last updated
4.2.2 689,235 5/11/2022
4.2.1 10,438 4/8/2022
4.2.0 230,196 5/10/2021
4.1.1 214,901 9/8/2020
4.1.0 286,186 11/25/2019
4.0.1 464,774 1/24/2019
4.0.0 595,691 2/14/2018
4.0.0-preview1 2,847 11/21/2017 4.0.0-preview1 is deprecated because it is no longer maintained.
4.0.0-alpha1 2,804 8/30/2017 4.0.0-alpha1 is deprecated because it is no longer maintained.
3.1.0 956,343 4/10/2017
3.1.0-rc1 1,405 3/24/2017 3.1.0-rc1 is deprecated because it is no longer maintained.
3.0.1 2,191,556 2/20/2015 3.0.1 is deprecated because it is no longer maintained.
3.0.0 164,016 8/20/2014 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc2 1,884 7/10/2014 3.0.0-rc2 is deprecated because it is no longer maintained.
3.0.0-rc1 1,338 7/2/2014 3.0.0-rc1 is deprecated because it is no longer maintained.
3.0.0-beta1 2,512 3/27/2014 3.0.0-beta1 is deprecated because it is no longer maintained.
3.0.0-alpha1 1,657 2/20/2014 3.0.0-alpha1 is deprecated because it is no longer maintained.
2.1.0 1,323,607 1/21/2014 2.1.0 is deprecated because it is no longer maintained.
2.1.0-rc1 2,219 12/12/2013 2.1.0-rc1 is deprecated because it is no longer maintained.
2.0.2 80,856 11/18/2013 2.0.2 is deprecated because it is no longer maintained.
2.0.1 105,663 10/25/2013 2.0.1 is deprecated because it is no longer maintained.
2.0.0 25,244 10/17/2013 2.0.0 is deprecated because it is no longer maintained.
2.0.0-rc1 9,409 8/23/2013 2.0.0-rc1 is deprecated because it is no longer maintained.