Tagged Questions

0
votes
0answers
13 views

How to catch if a web-service class is a proxy from service-reference?

I'd added a service-reference into my ASP.NET project. VS then automatically generate the proxy class appropriate. Now I wanna extract all web-service class which doesn't belong to the above proxy ...