Is there a way how to count the data transferred through a service in WCF?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a lot of performance counters created for the WCF applications and hosts. IIS (if used as a host) also have several.
You should be able to find one or more that match your expectations. If not, then you can create your own performance counter in your service(s).