This package includes the required dependencies for self-hosting SignalR in a process outside of IIS using OWIN and HTTPListener.
Info
| Version: | 2.4.3 |
| Author(s): | Microsoft |
| Last Update: | Friday, January 21, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://www.asp.net/signalr |
| NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNet.SignalR.SelfHost |
Install
Install-Package Microsoft.AspNet.SignalR.SelfHost
dotnet add package Microsoft.AspNet.SignalR.SelfHost
paket add Microsoft.AspNet.SignalR.SelfHost
Microsoft.AspNet.SignalR.SelfHost Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.SignalR.Core(>= 2.4.1)
- Microsoft.Owin.SelfHost(>= 2.1.0)
Tags