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

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

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -