Friend WCF Web Service Reference
Posted
by Bram
on Stack Overflow
See other posts from Stack Overflow
or by Bram
Published on 2010-05-10T23:59:06Z
Indexed on
2010/05/11
0:04 UTC
Read the original article
Hit count: 339
wcf
Is it possible to make a WCF reference in a Silverlight DLL private? The option is greyed out and when you edit the Reference.vb file manaully, when running, it complains about not being able to serialize because it is not public.
I don't want the service to be exposed outside of the DLL. Is this possible?
© Stack Overflow or respective owner