Microsoft.Owin.SelfHost 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/
Showing the top 20 packages that depend on Microsoft.Owin.SelfHost.
Packages | 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.
|
2 |
Microsoft.AspNet.SignalR.SelfHost
This package includes the required dependencies for self-hosting SignalR in a process outside of IIS using OWIN and HTTPListener.
|
1 |
Microsoft.AspNet.SignalR.SelfHost
A client and server side library for .NET that provides messaging and an abstraction over a persistent connection. This package pulls in the required dependencies for self-hosting SignalR in a process outside of IIS using OWIN and HTTPListener.
|
1 |
.NET Framework 4.5
- Microsoft.Owin.Diagnostics (>= 4.2.2)
- Microsoft.Owin.Host.HttpListener (>= 4.2.2)
- Microsoft.Owin.Hosting (>= 4.2.2)
- Microsoft.Owin (>= 4.2.2)
- Owin (>= 1.0.0)
Version | Downloads | Last updated |
---|---|---|
4.2.2 | 1 | 2025/6/1 |
4.2.1 | 1 | 2025/6/2 |
4.2.0 | 1 | 2025/6/2 |
4.1.1 | 1 | 2025/6/2 |
4.1.0 | 1 | 2025/6/2 |
4.0.1 | 2 | 2025/5/29 |
4.0.0 | 1 | 2025/6/2 |
4.0.0-preview1 | 1 | 2025/6/2 |
4.0.0-alpha1 | 1 | 2025/6/2 |
3.1.0 | 1 | 2025/6/2 |
3.1.0-rc1 | 1 | 2025/6/2 |
3.0.1 | 1 | 2025/6/2 |
3.0.0 | 1 | 2025/6/2 |
3.0.0-rc2 | 1 | 2025/6/2 |
3.0.0-rc1 | 1 | 2025/6/2 |
3.0.0-beta1 | 1 | 2025/6/2 |
3.0.0-alpha1 | 1 | 2025/6/2 |
2.1.0 | 1 | 2025/6/2 |
2.1.0-rc1 | 1 | 2025/6/2 |
2.0.2 | 1 | 2025/6/2 |
2.0.1 | 1 | 2025/6/2 |
2.0.0 | 1 | 2025/6/2 |
2.0.0-rc1 | 1 | 2025/6/2 |