Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is ithere a WCF plugin for Glimpse?

Tags:

wcf

glimpse

We have a Silverlight application that communicates with the back end via WCF. Is it possible to use Glimpse to monitor those calls like it does for AJAX calls?

like image 702
Mark Avatar asked Jul 23 '13 05:07

Mark


2 Answers

An answer from one of the Glimpse developers, Anthony van der Hoorn (avanderhoorn), on one of the issues in GitHub states the following in regard to using Glimpse with WCF.

We don't have any immediate plans for WCF, but if someone in the community wanted to start work on it, we would certainly love to help support that effort.

https://github.com/Glimpse/Glimpse/issues/337#issuecomment-19885545

So unfortunately the answer is No, not yet.

like image 175
Ben Smith Avatar answered Oct 22 '22 09:10

Ben Smith


I have created a WCF plugin for Glimpse: https://github.com/stweb/Glimpse.WCF

like image 34
stfn Avatar answered Oct 22 '22 08:10

stfn