[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Web Services - Internal Access Modifier

Ron

7/14/2003 3:41:00 PM

How can I set the access modifier of my web references to
internal. By default, a web reference has a public
reference modifier. It constituts a problem since my
library uses web services to do its work and I don't want
the client's code to have the access to those services. I
could modify the code generated by the VS .NET but sooner
or later it will be regenerated.