I have many web method in my projects that used in client application. ]
I don\'t want write code something like this:
using(ServiceClient sc = new Serv
You can make your "Method1" a static member of ServiceClient and then call ServiceClient.Method1();
ServiceClient.Method1();