asp.net - Adding web reference but changing accessor to internal -


i creating wrapper api around existing web api. have added web reference created required classes default accessor set public. goal project encapsulate web api , not have exposed @ outside of wrapper api assembly.

is possible change accessor of proxy classes in vs 2010 or there tool should using?

thanks.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -