c# - How to intercept any WCF/Ria Service call on client? -



c# - How to intercept any WCF/Ria Service call on client? -

i want intercept calls ria service in silverlight, can show loader. possible through wcf api or have write own solution?

you can create partial class of context class , in oncreated partial method add together client side behavior iclientmessageinspector provides beforesendrequest , afterreceivereply methods.

refer this question or blog post.

c# .net wcf silverlight wcf-ria-services

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -