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

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -