Skip to content

Instantly share code, notes, and snippets.

@DanielSSilva
Created October 10, 2017 13:07
Show Gist options
  • Save DanielSSilva/6b54f827b54218d8bb96fc6e39424353 to your computer and use it in GitHub Desktop.
Save DanielSSilva/6b54f827b54218d8bb96fc6e39424353 to your computer and use it in GitHub Desktop.
SignalR sample
namespace Microsoft.AspNetCore.SignalR
{
public interface IHubClients : IHubClients<IClientProxy>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment