1.Add New Item -> class
2.Edit hub
public class Myhub: Hub { [HubName("myhub")] public Myhub() { } }
Last updated 4 years ago