Can I measure the size of a webservice response
I have a winforms application, that I'm planning to service with data from a webserver thru webservices. One of the webservices returns a dataset and I would like to know the size of the response (bytes/kb).
Does anybody know if it's possible to measure the size of the response ?
Thanks in advance
Thomas