2.2.4.Create A server method and calling from client
1.Add a simple method in App_Code\MyHub.cs
2.bind server method to client
3.Add a break point to server method and execute the connection
It will pause at the break point
Last updated
1.Add a simple method in App_Code\MyHub.cs
2.bind server method to client
3.Add a break point to server method and execute the connection
It will pause at the break point
Last updated