I have a WCF RESTful application hosted on an Azure cloud service and I need to know how to bill my customers that are using my service.
Actually I want to bill them by the bandwidth comsumption. I mean to consider only the HTTP response package.
Is there a way to get the bandwidth comsumption in my application, so that I can register it, and later on, send an invoice for each customer?
Someone could post here a code sample?
Regards,
