R
Ron
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.
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.