Is it possibly to dynamically create Hub methods in SignalR? I want to create some Hub methods that provide completely the same logic, just with different types. Is it possible to dynamically add the Hub methods on hub creation or something like that?
I am looking for something similar to the On-Methods on SignalR clients, just server-side.