How to get all methods from WCF service?
Posted
by bgodiy
on Stack Overflow
See other posts from Stack Overflow
or by bgodiy
Published on 2010-04-27T11:13:34Z
Indexed on
2010/04/27
11:33 UTC
Read the original article
Hit count: 325
How to get list of all methods from WCF silverlight enabled service from code.
I already have added service reference to Silverlight application.
Can I get all methods using Reflection?
If can please provide me example.
© Stack Overflow or respective owner