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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -