开发者

How to mark certain methods in WCF silverlight enabled service?

开发者 https://www.devze.com 2022-12-28 05:14 出处:网络
I have WCF silverlight enabled service. I have some methods in it. I need to mark certain methods in service and

I have WCF silverlight enabled service. I have some methods in it. I need to mark certain methods in service and then to determine them when I have get all methods of service by Reflection.

MethodInfo[] m开发者_如何学运维ethods = typeof(TypeOfTheService).GetMethods();


How about don't do that. Instead create a different contract containing only the Methods you would otherwise mark.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号