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.
CodePudding user response:
To get the rewards :)
Its simply:-
<HubName("ThisHub")>
CodePudding user response:
Rippo answered this:
<HubName("ThisHub")>