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
<PackageReference Include="Microsoft.Owin.SelfHost" Version="4.2.2" />
paket add Microsoft.Owin.SelfHost --version 4.2.2
#r "nuget: Microsoft.Owin.SelfHost, 4.2.2"
// Install Microsoft.Owin.SelfHost as a Cake Addin #addin nuget:?package=Microsoft.Owin.SelfHost&version=4.2.2 // Install Microsoft.Owin.SelfHost as a Cake Tool #tool nuget:?package=Microsoft.Owin.SelfHost&version=4.2.2
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/
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- Microsoft.Owin (>= 4.2.2)
- Microsoft.Owin.Diagnostics (>= 4.2.2)
- Microsoft.Owin.Host.HttpListener (>= 4.2.2)
- Microsoft.Owin.Hosting (>= 4.2.2)
- Owin (>= 1.0.0)
NuGet packages (26)
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 (26)
Showing the top 5 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
|
|
IdentityServer/IdentityServer3
OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
|
Version | Downloads | Last updated | |
---|---|---|---|
4.2.2 | 507,013 | 5/11/2022 | |
4.2.1 | 9,979 | 4/8/2022 | |
4.2.0 | 221,578 | 5/10/2021 | |
4.1.1 | 205,903 | 9/8/2020 | |
4.1.0 | 277,096 | 11/25/2019 | |
4.0.1 | 449,289 | 1/24/2019 | |
4.0.0 | 574,985 | 2/14/2018 | |
4.0.0-preview1 | 2,739 | 11/21/2017 | |
4.0.0-alpha1 | 2,694 | 8/30/2017 | |
3.1.0 | 923,359 | 4/10/2017 | |
3.1.0-rc1 | 1,290 | 3/24/2017 | |
3.0.1 | 2,148,338 | 2/20/2015 | |
3.0.0 | 158,231 | 8/20/2014 | |
3.0.0-rc2 | 1,768 | 7/10/2014 | |
3.0.0-rc1 | 1,215 | 7/2/2014 | |
3.0.0-beta1 | 2,366 | 3/27/2014 | |
3.0.0-alpha1 | 1,534 | 2/20/2014 | |
2.1.0 | 1,232,551 | 1/21/2014 | |
2.1.0-rc1 | 2,091 | 12/12/2013 | |
2.0.2 | 77,305 | 11/18/2013 | |
2.0.1 | 104,113 | 10/25/2013 | |
2.0.0 | 24,900 | 10/17/2013 | |
2.0.0-rc1 | 9,280 | 8/23/2013 |