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
Post a Comment