After I pass a reference of filestream from the client to the service, and the service start downloading the stream to him, how can I determine, from the client side, how much bytes were read until now (while Im using the filestream object)?
My goal is to calculate client's upload speed only for this file and the only way I can think of is this.