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?
Asked
Active
Viewed 1,691 times
2 Answers
4
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.

Ben Smith
- 2,369
- 20
- 17
-
Thanks Ben, thought that was the case, nice to have it confirmed. – Mark Jul 25 '13 at 05:28
2
I have created a WCF plugin for Glimpse: https://github.com/stweb/Glimpse.WCF

stfn
- 21
- 1
-
awesome! Do you know if it adds any overhead? Is there a way to turn it on/off? – Mark Aug 11 '14 at 04:22
-
-
1I'm lost on how to add the component to my app. I know I add a reference, but how do i register it? Do i add it to my WCF app/host or to the web site code? Last question, will this allow insight into the EF6 code running in my WCF services? – SpaceCowboy74 Oct 28 '14 at 19:40
-
The page mentions nuget, but I can't find it. Is it available on nuget? – Karsten Jun 26 '15 at 07:53