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 ...
0
votes
1answer
74 views

What is the best way to add summary tags to a generated webservice proxy class?

Aloha I'm referencing an external webservice in my .NET 2.0 application. Adding a service reference generated a nice proxy class for me. I'd like to add ///<summary> style documentation to ...