Search code examples
vb.netsignalr

SignalR in Visual Basic


I am trying to setup SignalR using Visual Basic. This is very difficult because every example (literally every example) is in C#. I'm doing an okay job getting through conversions, but I am stumped on this:

[HubName("ThisHub")]

What is the VB equivalent for this? This is for creating the proxy name of the hub.


Solution

  • To get the rewards :)

    Its simply:-

    <HubName("ThisHub")>