Getting the number of existing connections in WCF

Posted by fishiefishie on Stack Overflow See other posts from Stack Overflow or by fishiefishie
Published on 2010-05-05T20:04:43Z Indexed on 2010/05/05 20:08 UTC
Read the original article Hit count: 208

Filed under:
|

Is it possible to check the number of existing available connections a wcf service has? programmatically?

I want to see if connections to the web service were closed properly in the ASP.NET code. thanks

© Stack Overflow or respective owner

Related posts about wcf

Related posts about asp.net-mvc