1

I was successfully calculate bandwidth consumed by my application (which connects to web service to send files) using [this][1] [1]: Calculating Bandwidth i used the code provided by Rasmus Faber... One thing puzzled me: the received bytes is far too more than sent bytes... As far as i am concerned i am sending images, xml files etc and returning error codes.. therefore the sent bytes should be more? ....

Community
  • 1
  • 1

1 Answers1

1

I would look at what I was sending over the wire using either System.Net tracing or Wireshark. This will tell you exactly what's happening in your calls.

Richard Nienaber
  • 10,324
  • 6
  • 55
  • 66