QuickCounters 1.0.0.8 Released

Link. February 6, 2007. Comments [0]. Posted in: QuickCounters | WCF

As Scott Colestock announced last week, a new release of QuickCounters was put up for download on the project's CodePlex site. This release includes the following new features for WCF instrumentation:

  • Instrumentation of WCF client-side proxies: This part is done by configuring the InstrumentedClientBehavior as an endpoint behavior at the client side. It can be done either through code or through the configuration file. Here's an example of configuring it through code:
ClientProxy client = new ClientProxy(new BasicHttpBinding(), SVC_URI);
// apply behavior
client.Endpoint.Behaviors.Add(new InstrumentedClientBehavior("TestClient"));
  • Instrumenting unmatched message handlers in WCF services. I've spoken a bit about this in the past.


Comments are closed.

Syndicate

About

Tomas Restrepo is a software developer located in Colombia, South America. His interests include .NET, Connected Systems, PowerShell and lately dynamic programming languages. More...

tomasrestrepo @ twitter My Flickr photostream My saved links on delicious My Technorati Profile

email: tomas@winterdom.com
msn: tomasr@passport.com

View my profile on LinkedIn

MVP logo

Ads


Categories

Statistics

Total Posts: 1035
This Year: 105
This Month: 4
This Week: 2
Comments: 802

Archive

Other

Copyright © 2002-2008, Tomas Restrepo.

Powered by: newtelligence dasBlog 2.1.8139.823

Sign In