Microsoft.AspNet.SignalR.Owin
1.1.3
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.AspNet.SignalR.Owin --version 1.1.3
NuGet\Install-Package Microsoft.AspNet.SignalR.Owin -Version 1.1.3
<PackageReference Include="Microsoft.AspNet.SignalR.Owin" Version="1.1.3" />
paket add Microsoft.AspNet.SignalR.Owin --version 1.1.3
#r "nuget: Microsoft.AspNet.SignalR.Owin, 1.1.3"
// Install Microsoft.AspNet.SignalR.Owin as a Cake Addin #addin nuget:?package=Microsoft.AspNet.SignalR.Owin&version=1.1.3 // Install Microsoft.AspNet.SignalR.Owin as a Cake Tool #tool nuget:?package=Microsoft.AspNet.SignalR.Owin&version=1.1.3
OWIN componenets for ASP.NET SignalR.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.SignalR.Core (>= 1.1.3)
- Owin (>= 1.0.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.SignalR.Owin:
Package | Downloads |
---|---|
RelaxCoder.WebBrowserSignalR
// WinXp/2003 only support up to IE8(No WebSocket), so your WinForm project with Html5 UI will be very slow. // 1.Create a DotNet4.0 project(WindowsFormsApplication) and copy codes below. // 2.Add an Application Manifest File(app.manifest) to your project and set requestedExecutionLevel to "requireAdministrator" or "highestAvailable". // 3.Download and unzip to your project excute path and run your project. // (select Win32 Binary) http://webkitdotnet.sourceforge.net/downloads.php // // 4.If you want Chrome kernel, change code to enumWebBrowserType.CefSharp // https://github.com/cefsharp/CefSharp/releases/download/v1.25.5/CefSharp-v1.25.5-binaries.zip // CefSharp-v1.25.5 need Microsoft Visual C++ 2012 Redistributable // using System; using System.Windows.Forms; namespace test1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); var WebBrowserType = RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.enumWebBrowserType.WebKit; var SignalrSelfHostPort = 60001; var SignalrSelfHostIp = "127.0.0.1"; Action DisposeAction_AfterFormDisposedEvent = () => { // Your DisposeAction }; string urlSignalr = null; var w = RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.AddWebBrowser(SignalrSelfHostIp, SignalrSelfHostPort, WebBrowserType, "", this, "", out urlSignalr, DisposeAction_AfterFormDisposedEvent); RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.SetWebBrowserUrl(w, "http://html5test.com"); } } } |
|
Kleu.Utility.Web
Web stack with OWIN, WebApi, SignalR, Autofac, AutoMapper, various utilities and configuration defaults to speed up initial setup efforts |
|
ScriptCs.SignalR
Some simple helpers for writing SignalR in C# scripts. The main purpose of this is to allow sending messages to clients without having to use the dynamic object, which is not supported by Roslyn (and therefore ScriptCs) at the time of writing. |
|
Supwin.ServiceFramework.BaseServices
My package description. |
|
Televic.Mycro
Light-weight framework for building micro services |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Microsoft.AspNet.SignalR.Owin:
Repository | Stars |
---|---|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
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.
|
|
restful-routing/restful-routing
A rails inspired restful routing api for asp .net mvc
|
|
telerik/kendo-ui-demos-service
Back-end service used for the Kendo UI Online Demos
|
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 3,429,504 | 8/29/2014 |
1.2.1 | 104,494 | 2/17/2014 |
1.2.0 | 46,664 | 12/19/2013 |
1.1.4 | 265,981 | 12/10/2013 |
1.1.3 | 156,194 | 8/6/2013 |
1.1.2 | 83,148 | 6/1/2013 |
1.1.1 | 36,055 | 5/20/2013 |
1.1.0 | 23,850 | 5/14/2013 |
1.1.0-beta1 | 17,740 | 4/11/2013 |
1.0.1 | 175,114 | 2/28/2013 |
1.0.0 | 312,416 | 2/18/2013 |
1.0.0-rc2 | 38,158 | 1/15/2013 |
1.0.0-rc1 | 23,889 | 12/13/2012 |